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')