mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
added case sensitive filter
please squash commits for me!
This commit is contained in:
parent
4704e14b3e
commit
bdfe184af6
@ -654,9 +654,9 @@
|
|||||||
(gnc:register-trep-option
|
(gnc:register-trep-option
|
||||||
(gnc:make-string-option
|
(gnc:make-string-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 \
|
"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 \
|
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
|
(gnc:register-trep-option
|
||||||
|
Loading…
Reference in New Issue
Block a user