Skip to content

Commit

Permalink
Merge 97ab62e into a81bffc
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdauden committed Nov 14, 2019
2 parents a81bffc + 97ab62e commit 2d142ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_es_vat_book/models/l10n_es_vat_book.py
Expand Up @@ -247,7 +247,7 @@ def upsert_book_line_tax(self, move_line, vat_book_line, implied_taxes):
continue
key = self.get_book_line_tax_key(move_line, tax)
if key not in tax_lines:
tax_lines[key] = vals
tax_lines[key] = vals.copy()
tax_lines[key]['tax_id'] = tax.id
else:
tax_lines[key]['base_amount'] += vals['base_amount']
Expand Down

0 comments on commit 2d142ea

Please sign in to comment.