fix: ventas JSON codFormaPago=MU, codBanco=""

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-28 20:06:59 -05:00
co-authored by Claude Sonnet 4.6
parent 64682de147
commit 6a54b61a2e
+2 -2
View File
@@ -308,8 +308,8 @@ def generar_factura_venta(rows: list, default_vendedor: str = "00",
"codTercero": cod_tercero,
"codVendedor": default_vendedor or "00",
"codDespachar": "00",
"codFormaPago": "CO",
"codBanco": "00",
"codFormaPago": "MU",
"codBanco": "",
"fechaVence": fecha,
"fechaEntrega": fecha,
"plazoDias": 30,