mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[taxinvoice] comments were interfering with i18n. remove
This commit is contained in:
parent
656dddc166
commit
a940434e5c
@ -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)"))
|
||||
|
Loading…
Reference in New Issue
Block a user