From 76e53b065e3e618ad55bec65086606e1916e0a11 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Fri, 25 Aug 2017 11:40:54 +0200 Subject: [PATCH] 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. --- gnucash/report/standard-reports/transaction.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnucash/report/standard-reports/transaction.scm b/gnucash/report/standard-reports/transaction.scm index af33bf9145..33704f6560 100644 --- a/gnucash/report/standard-reports/transaction.scm +++ b/gnucash/report/standard-reports/transaction.scm @@ -651,11 +651,8 @@ #f #t)) (gnc:register-trep-option - (gnc:make-string-option + (gnc:make-internal-option 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