mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[general-ledger] Void-Transactions had moved from Accounts to Filter
TR void-transaction moved from Account tab to Filter tab.
This commit is contained in:
parent
971be33951
commit
768132236a
@ -60,10 +60,8 @@
|
||||
(gnc:lookup-option options section name) value))
|
||||
|
||||
;; set options in the accounts tab...
|
||||
(set-option!
|
||||
gnc:pagename-accounts (N_ "Filter Type") 'none)
|
||||
(set-option!
|
||||
gnc:pagename-accounts (N_ "Void Transactions") 'non-void-only)
|
||||
(set-option! gnc:pagename-accounts "Filter Type" 'none)
|
||||
(set-option! "Filter" "Void Transactions" 'non-void-only)
|
||||
|
||||
;; set options in the display tab...
|
||||
(for-each
|
||||
|
Loading…
Reference in New Issue
Block a user