We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b87d34 commit 646bfb4Copy full SHA for 646bfb4
satcfdi/create/cfd/cfdi40.py
@@ -458,7 +458,7 @@ def __init__(
458
})
459
self.compute(traslados_sobre_totales=_traslados_sobre_totales)
460
461
- def compute(self, traslados_sobre_totales):
+ def compute(self, traslados_sobre_totales=False):
462
self["Conceptos"] = conceptos = _make_conceptos(self["Conceptos"], rnd_fn=rounder(self["Moneda"]))
463
self["SubTotal"] = sub_total = sum(c['Importe'] for c in conceptos)
464
descuento = sum(c.get('Descuento') or 0 for c in conceptos)
0 commit comments