From a940434e5cf383bcd627558f71673b814977442b Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Sat, 7 Sep 2019 15:57:40 +0800 Subject: [PATCH] [taxinvoice] comments were interfering with i18n. remove --- gnucash/report/business-reports/taxinvoice.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnucash/report/business-reports/taxinvoice.scm b/gnucash/report/business-reports/taxinvoice.scm index 882b916116..03ccd3d659 100644 --- a/gnucash/report/business-reports/taxinvoice.scm +++ b/gnucash/report/business-reports/taxinvoice.scm @@ -80,7 +80,6 @@ (define headingpage (N_ "Headings 1")) (define headingpage2 (N_ "Headings 2")) (define notespage (N_ "Notes")) -;(define filespage (N_ "Files")) (define displaypage (N_ "Display")) (define elementspage (N_ "Elements")) ; option names @@ -328,9 +327,7 @@ (let ((options (options-generator))) (set-opt options headingpage optname-report-title (_ "Tax Invoice")) - ;(gnc:warn "title: " (gnc:option-value title-op)) (set-opt options headingpage optname-unit-price (_ "Unit")) - ;(gnc:warn "unitprice: " (gnc:option-value unit-price-op)) (set-opt options headingpage optname-tax-rate (_ "GST Rate")) (set-opt options headingpage optname-tax-amount (_ "GST Amount")) (set-opt options headingpage2 optname-amount-due (_ "Amount Due (inc GST)"))