Skip to content

Commit

Permalink
[FIX] Este parametro afeta o uso de relatórios de apuração de impostos.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago authored and danimaribeiro committed Nov 25, 2019
1 parent 3701932 commit 74c28f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion br_account/models/account_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ def tax_line_move_line_get(self):
done_taxes.append(tax.id)
res.append({
'invoice_tax_line_id': tax_line.id,
'tax_line_id': tax_line.tax_id.id,
'type': 'tax',
'name': tax_line.name,
'price_unit': tax_line.amount * -1,
Expand Down

0 comments on commit 74c28f7

Please sign in to comment.