mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user