mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 797572 - part 1 - don't accumulate Dr/Cr totals unless printed
This commit is contained in:
@@ -717,9 +717,7 @@
|
||||
;; txn-date < start-date. skip display, accumulate amounts
|
||||
((< date start-date)
|
||||
(lp printed? odd-row? (cdr splits) (+ total value)
|
||||
(if (negative? value) (+ debit value) debit)
|
||||
(if (negative? value) credit (+ credit value))
|
||||
tax sale))
|
||||
debit credit tax sale))
|
||||
|
||||
;; if balance row hasn't been rendered, consider
|
||||
;; adding here. skip if value=0.
|
||||
|
||||
Reference in New Issue
Block a user