mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 02:10:36 -06:00
Bug 797761 - Customer report beta: opening balance tax column shows garbage string
tax column in the balance row was printing garbage
This commit is contained in:
parent
659f785cb8
commit
40b504ec89
@ -532,7 +532,7 @@
|
||||
|
||||
(define (add-balance-row odd-row? total)
|
||||
(add-row table odd-row? used-columns start-date #f "" (_ "Balance") ""
|
||||
currency total #f #f #f (list (make-list rhs-cols #f)) #f
|
||||
currency total #f #f #f #f #f
|
||||
link-option (case link-option
|
||||
((none) '(()))
|
||||
((simple) '((#f)))
|
||||
|
Loading…
Reference in New Issue
Block a user