mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
added case sensitive filter
please squash commits for me!
This commit is contained in:
committed by
Geert Janssens
parent
4704e14b3e
commit
bdfe184af6
@@ -654,9 +654,9 @@
|
||||
(gnc:register-trep-option
|
||||
(gnc:make-string-option
|
||||
gnc:pagename-accounts (N_ "Account Substring")
|
||||
"a5" (N_ "Match only above accounts whose fullname contains substring e.g. ':Travel:' will \
|
||||
"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.")
|
||||
disable the substring filter. This filter is case-sensitive.")
|
||||
""))
|
||||
|
||||
(gnc:register-trep-option
|
||||
|
||||
Reference in New Issue
Block a user