[taxinvoice] comments were interfering with i18n. remove

This commit is contained in:
Christopher Lam 2019-09-07 15:57:40 +08:00
parent 656dddc166
commit a940434e5c

View File

@ -80,7 +80,6 @@
(define headingpage (N_ "Headings 1")) (define headingpage (N_ "Headings 1"))
(define headingpage2 (N_ "Headings 2")) (define headingpage2 (N_ "Headings 2"))
(define notespage (N_ "Notes")) (define notespage (N_ "Notes"))
;(define filespage (N_ "Files"))
(define displaypage (N_ "Display")) (define displaypage (N_ "Display"))
(define elementspage (N_ "Elements")) (define elementspage (N_ "Elements"))
; option names ; option names
@ -328,9 +327,7 @@
(let ((options (options-generator))) (let ((options (options-generator)))
(set-opt options headingpage optname-report-title (_ "Tax Invoice")) (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")) (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-rate (_ "GST Rate"))
(set-opt options headingpage optname-tax-amount (_ "GST Amount")) (set-opt options headingpage optname-tax-amount (_ "GST Amount"))
(set-opt options headingpage2 optname-amount-due (_ "Amount Due (inc GST)")) (set-opt options headingpage2 optname-amount-due (_ "Amount Due (inc GST)"))