[13.0][FIX]intrastat_product_declaration - fix amount by removing legacy currency conversion

This commit is contained in:
Luc De Meyer
2021-08-18 21:13:26 +02:00
committed by Víctor Martínez
parent 058dc1b7dc
commit cd9cc1a0dc

View File

@@ -710,7 +710,7 @@ class IntrastatProductDeclaration(models.Model):
)
total_inv_weight += weight
amount_company_currency = self._get_amount(inv_line, notedict)
amount_company_currency = -inv_line.balance
total_inv_product_cc += amount_company_currency
if inv_intrastat_line: