mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Hide Account Substring option
It is only there for compatibility with gnucash 2.8. It should not be visible on 2.6.x, only exist.
This commit is contained in:
parent
7c7cef5aed
commit
76e53b065e
@ -651,11 +651,8 @@
|
|||||||
#f #t))
|
#f #t))
|
||||||
|
|
||||||
(gnc:register-trep-option
|
(gnc:register-trep-option
|
||||||
(gnc:make-string-option
|
(gnc:make-internal-option
|
||||||
gnc:pagename-accounts (N_ "Account Substring")
|
gnc:pagename-accounts (N_ "Account Substring")
|
||||||
"a5" (N_ "Match only above accounts whose fullname contains substring e.g. ':Travel' will \
|
|
||||||
match Expenses:Travel:Holiday and Expenses:Business:Travel. Can be left blank, which will \
|
|
||||||
disable the substring filter. This filter is case-sensitive. Gnucash 2.8 or later.")
|
|
||||||
""))
|
""))
|
||||||
|
|
||||||
(gnc:register-trep-option
|
(gnc:register-trep-option
|
||||||
|
Loading…
Reference in New Issue
Block a user