Fix - Issue #158

This commit is contained in:
Mauricio Baeza 2018-01-30 18:55:00 -06:00
parent 2b7a51db97
commit 4bd5a71008
1 changed files with 0 additions and 1 deletions

View File

@ -4369,7 +4369,6 @@ class PreFacturas(BaseModel):
def _calculate_totals(self, invoice, products):
tax_locales = Configuracion.get_bool('chk_config_tax_locales')
tax_decimals = Configuracion.get_bool('chk_config_tax_decimals')
tax_decimals = True
subtotal = 0
descuento_cfdi = 0
totals_tax = {}