mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/report/report-system/report-utilities.scm: had the wrong
number of arguments in gnc:account-get-balance-at-date. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8370 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8f4431361f
commit
75366e5a57
@ -8,6 +8,9 @@
|
||||
to destroy ourselves and process the event later. See #107953
|
||||
for more information.
|
||||
|
||||
* src/report/report-system/report-utilities.scm: had the wrong
|
||||
number of arguments in gnc:account-get-balance-at-date.
|
||||
|
||||
2003-05-22 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/business/business-reports/owner-report.scm: Better fix for 108731
|
||||
|
@ -492,7 +492,7 @@
|
||||
(let ((collector (gnc:account-get-comm-balance-at-date
|
||||
account date include-children?)))
|
||||
(cadr (gnc:commodity-collector-assoc-pair
|
||||
collector (gnc:account-get-commodity account)))))
|
||||
collector (gnc:account-get-commodity account) #f))))
|
||||
|
||||
;; This works similar as above but returns a commodity-collector,
|
||||
;; thus takes care of children accounts with different currencies.
|
||||
|
Loading…
Reference in New Issue
Block a user