mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 10:20:18 -06:00
[income-gst-statement.scm] "Secondary Subtotal" invalid value set
It should be #f But the value is already #f. Remove modifying this option.
This commit is contained in:
parent
37a4031449
commit
c6421d67dc
@ -228,9 +228,6 @@ with *EUGOODS* in the account description."))) #f
|
||||
(gnc:option-set-default-value
|
||||
(gnc:lookup-option options pagename-sorting "Secondary Key")
|
||||
'none)
|
||||
(gnc:option-set-default-value
|
||||
(gnc:lookup-option options pagename-sorting "Secondary Subtotal")
|
||||
'none)
|
||||
|
||||
;; Disable display options not being used anymore
|
||||
(gnc:option-make-internal! options gnc:pagename-display "Shares")
|
||||
|
Loading…
Reference in New Issue
Block a user