mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[income-gst-statement] fix "tax payable" reuse existing string
This commit is contained in:
parent
e386a2a77d
commit
af238ee470
@ -267,7 +267,7 @@ for taxes paid on expenses, and type LIABILITY for taxes collected on sales.")
|
||||
'())
|
||||
(if (opt-val gnc:pagename-display (N_ "Tax payable"))
|
||||
;; Translators: "Tax Payable" refer to the difference GST Sales - GST Purchases
|
||||
(list (vector (_ "Tax Payable")
|
||||
(list (vector (_ "Tax payable")
|
||||
tax-payable
|
||||
#f #t #f
|
||||
(lambda (a) "")))
|
||||
|
Loading…
Reference in New Issue
Block a user