gnucash maint: [options.scm] Rename option name to "Levels of Subaccounts"

Christopher Lam clam at code.gnucash.org
Wed Aug 4 07:07:20 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/a5edacf0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/23bd7164 (commit)



commit a5edacf0fcbfceb016b69c66d7ac9cc07342799a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Aug 4 19:00:43 2021 +0800

    [options.scm] Rename option name to "Levels of Subaccounts"
    
    Original name "Show Accounts until level". Add backward compatibility
    missed in 08f490ee98

diff --git a/libgnucash/app-utils/options.scm b/libgnucash/app-utils/options.scm
index 7c7ddc613..5befd4743 100644
--- a/libgnucash/app-utils/options.scm
+++ b/libgnucash/app-utils/options.scm
@@ -1832,6 +1832,8 @@ the option '~a'."))
       ("Links" #f "Transaction Links")
       ;; invoice.scm, renamed November 2018
       ("Individual Taxes" #f "Use Detailed Tax Summary")
+      ;; renamed in several reports, April 2021
+      ("Show Accounts until level" #f "Levels of Subaccounts")
       ;; receipt.scm, renamed July 2021
       ("Invoice number" #f "Invoice Number")
       ;; receipt.scm and taxinvoice.scm, renamed July 2021



Summary of changes:
 libgnucash/app-utils/options.scm | 2 ++
 1 file changed, 2 insertions(+)



More information about the gnucash-changes mailing list