mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[register] *delete-trailing-whitespace/reindent/untabify*
This commit is contained in:
parent
3759099e1e
commit
beaf945907
@ -90,15 +90,15 @@
|
||||
(opt-val "Display" "Num/Action")) 1)
|
||||
(set-col
|
||||
(if (opt-val "__reg" "journal")
|
||||
(or (opt-val "Display" "Memo") (opt-val "Display" "Description") (opt-val "__reg" "double") )
|
||||
(or (opt-val "Display" "Memo")
|
||||
(opt-val "Display" "Description")
|
||||
)
|
||||
(opt-val "__reg" "double") )
|
||||
(opt-val "Display" "Description"))
|
||||
2)
|
||||
(set-col
|
||||
(if (opt-val "__reg" "journal")
|
||||
#f
|
||||
(opt-val "Display" "Memo")
|
||||
)
|
||||
(opt-val "Display" "Memo"))
|
||||
3)
|
||||
(set-col (opt-val "Display" "Account") 4)
|
||||
(set-col (opt-val "Display" "Shares") 5)
|
||||
@ -312,9 +312,9 @@
|
||||
(gnc:make-gnc-monetary trans-currency
|
||||
(gnc-numeric-neg (xaccSplitGetValue split))))
|
||||
" ")))
|
||||
; For single account registers, use the split's cached balance to remain
|
||||
; consistent with the balances shown in the register itself
|
||||
; For others, use the cumulated balance from the totals-collector
|
||||
;; For single account registers, use the split's cached balance to remain
|
||||
;; consistent with the balances shown in the register itself
|
||||
;; For others, use the cumulated balance from the totals-collector
|
||||
(if (balance-col column-vector)
|
||||
(addto! row-contents
|
||||
(if transaction-info?
|
||||
|
Loading…
Reference in New Issue
Block a user