From f766f92618eec4f0413808ed6ee815376130a2fa Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Wed, 25 May 2022 23:18:21 -0500 Subject: [PATCH] Minor changes --- 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 c96a665..a464e31 100644 --- a/source/app/models/main.py +++ b/source/app/models/main.py @@ -5301,7 +5301,6 @@ class Facturas(BaseModel): return result - def _calculate_totals(self, invoice, products, tipo_comprobante, user): tax_locales = Configuracion.get_bool('chk_config_tax_locales') tax_locales_truncate = Configuracion.get_bool('chk_config_tax_locales_truncate')