GSTR: bugfix individual tax on sales should be negated

The GST-on-sales relates to income, therefore should be negated.
This commit is contained in:
Christopher Lam
2018-04-14 22:00:12 +08:00
parent 4acc5a23f5
commit b02e4a7c14

View File

@@ -216,7 +216,7 @@ for taxes paid on expenses, and type LIABILITY for taxes collected on sales.")
(lambda (a) ""))))
(if (opt-val gnc:pagename-display (N_ "Individual tax columns"))
(map (lambda (acc) (vector (xaccAccountGetName acc)
(account-adder acc)
(account-adder-neg acc)
#t #t #f
(lambda (a) "")))
accounts-tax-collected)