Skip to content

Commit

Permalink
Merge fa0f60e into dfeda87
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonlima committed Jul 14, 2016
2 parents dfeda87 + fa0f60e commit 9bf1e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_purchase/models/purchase.py
Expand Up @@ -38,7 +38,7 @@ def _compute_amount(self):
qty = line._calc_line_quantity(line)
taxes = line.taxes_id.compute_all(
price, qty,
product=line.product_id.id, partner=self.partner_id,
product=line.product_id, partner=self.partner_id,
fiscal_position=self.fiscal_position)

amount_untaxed += line.price_subtotal
Expand Down

0 comments on commit 9bf1e75

Please sign in to comment.