mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
ff6708d932
commit
9e5a9336db
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user