mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #529232: Do not reverse the starting balance in average balance reports.
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17124 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
371fbe6daf
commit
218cc08ad0
@ -385,7 +385,7 @@
|
|||||||
accounts
|
accounts
|
||||||
(lambda (acct) (gnc:account-get-comm-balance-at-date
|
(lambda (acct) (gnc:account-get-comm-balance-at-date
|
||||||
acct beforebegindate #f))
|
acct beforebegindate #f))
|
||||||
gnc-reverse-balance))
|
(lambda (x) #f)))
|
||||||
(gnc:report-percent-done 50)
|
(gnc:report-percent-done 50)
|
||||||
|
|
||||||
(set! startbal
|
(set! startbal
|
||||||
|
Loading…
Reference in New Issue
Block a user