Skip to content

Commit

Permalink
Fix 5a sum
Browse files Browse the repository at this point in the history
  • Loading branch information
astirpe committed Apr 10, 2017
1 parent 463cb26 commit 4a9657a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_nl_tax_statement/models/l10n_nl_vat_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def _finalize_lines(self, lines):
_2ab = lines['2a']['btw']
_4ab = lines['4a']['btw']
_4bb = lines['4b']['btw']
_5ab = _1ab + _1bb + _1cb + _1db + _2ab - _4ab - _4bb
_5ab = _1ab + _1bb + _1cb + _1db + _2ab + _4ab + _4bb
_5bb = lines['5b']['btw']
_5cb = _5ab - _5bb

Expand Down

0 comments on commit 4a9657a

Please sign in to comment.