From 4bd5a710080f8955ae490ac28141b76fa5587b18 Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Tue, 30 Jan 2018 18:55:00 -0600 Subject: [PATCH] Fix - Issue #158 --- source/app/models/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source/app/models/main.py b/source/app/models/main.py index b17b060..81acedc 100644 --- a/source/app/models/main.py +++ b/source/app/models/main.py @@ -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 = {}