mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Quote a list of account types to avoid a cash flow crash. Fixes #363068.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15035 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d4aa5a2113
commit
816ee79de1
@ -91,8 +91,8 @@
|
|||||||
optname-accounts "a" 2
|
optname-accounts "a" 2
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(gnc:filter-accountlist-type
|
(gnc:filter-accountlist-type
|
||||||
(ACCT-TYPE-BANK ACCT-TYPE-CASH ACCT-TYPE-ASSET
|
(list ACCT-TYPE-BANK ACCT-TYPE-CASH ACCT-TYPE-ASSET
|
||||||
ACCT-TYPE-STOCK ACCT-TYPE-MUTUAL)
|
ACCT-TYPE-STOCK ACCT-TYPE-MUTUAL)
|
||||||
(xaccGroupGetSubAccountsSorted (gnc-get-current-group))))
|
(xaccGroupGetSubAccountsSorted (gnc-get-current-group))))
|
||||||
#f)
|
#f)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user