Fix a typo that could crash the report

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7072 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-07-02 21:50:17 +00:00
parent ff6708d932
commit 9e5a9336db

View File

@ -81,7 +81,7 @@
(gnc:debug "payables-account" payables-account)
(if (null? payables-account)
(set! payables-account (find-first-payables-account))
(set! payables-account (find-first-payable-account))
(set! payables-account (car payables-account)))
(aging-renderer report-obj payables-account #f)))