gnucash maint: [invoice] remove unused option Display / Totals

Christopher Lam clam at code.gnucash.org
Tue Dec 14 20:17:45 EST 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/068acfb9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a3d385ff (commit)



commit 068acfb9e72279bee9440372cfffde6b6d4f1b8f
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Dec 14 20:32:05 2021 +0800

    [invoice] remove unused option Display / Totals

diff --git a/gnucash/report/reports/standard/invoice.scm b/gnucash/report/reports/standard/invoice.scm
index 0b0e46557..ef4263108 100644
--- a/gnucash/report/reports/standard/invoice.scm
+++ b/gnucash/report/reports/standard/invoice.scm
@@ -287,8 +287,6 @@ for styling the invoice. Please see the exported report for the CSS class names.
     (N_ "Display") (N_ "Use Detailed Tax Summary")
     "o" (N_ "Display all tax categories separately (one per line) instead of one single tax line.?") #f))
 
-  (gnc:register-inv-option (gnc:make-internal-option "Display" "Totals" #t))
-
   (gnc:register-inv-option
    (gnc:make-simple-boolean-option
     (N_ "Display") (N_ "References")



Summary of changes:
 gnucash/report/reports/standard/invoice.scm | 2 --
 1 file changed, 2 deletions(-)



More information about the gnucash-changes mailing list