mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge Simon Arlott's 'bug-798796' into stable.
This commit is contained in:
@@ -129,7 +129,7 @@ by preventing negative stock balances.<br/>")
|
||||
(filter gnc:account-is-stock?
|
||||
(gnc-account-get-descendants-sorted
|
||||
(gnc-get-current-root-account)))
|
||||
(list ACCT-TYPE-ASSET ACCT-TYPE-STOCK ACCT-TYPE-MUTUAL))
|
||||
(list ACCT-TYPE-ASSET ACCT-TYPE-BANK ACCT-TYPE-STOCK ACCT-TYPE-MUTUAL))
|
||||
|
||||
(gnc-register-simple-boolean-option options
|
||||
gnc:pagename-accounts optname-zero-shares "e"
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
(filter gnc:account-is-stock?
|
||||
(gnc-account-get-descendants-sorted
|
||||
(gnc-get-current-root-account)))
|
||||
(list ACCT-TYPE-ASSET ACCT-TYPE-STOCK ACCT-TYPE-MUTUAL))
|
||||
(list ACCT-TYPE-ASSET ACCT-TYPE-BANK ACCT-TYPE-STOCK ACCT-TYPE-MUTUAL))
|
||||
|
||||
(gnc-register-simple-boolean-option options
|
||||
gnc:pagename-accounts
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
(gnc:filter-accountlist-type
|
||||
(list ACCT-TYPE-STOCK ACCT-TYPE-MUTUAL)
|
||||
(gnc-account-get-descendants-sorted (gnc-get-current-root-account)))
|
||||
(list ACCT-TYPE-ASSET ACCT-TYPE-STOCK ACCT-TYPE-MUTUAL))
|
||||
(list ACCT-TYPE-ASSET ACCT-TYPE-BANK ACCT-TYPE-STOCK ACCT-TYPE-MUTUAL))
|
||||
|
||||
(gnc-register-simple-boolean-option options
|
||||
gnc:pagename-accounts optname-zero-shares "e"
|
||||
|
||||
Reference in New Issue
Block a user