fix: restaurar codFormaPago en header RDA (requerido por TNS)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-30 15:26:35 -05:00
co-authored by Claude Sonnet 4.6
parent 20a22e8e5b
commit 543af23779
+1
View File
@@ -183,6 +183,7 @@ def generar_rda_paciente(rows: list, default_profesional: str = "", default_espe
"fecha": fecha,
"codTercero": str(h.get("COD_PACIENTE") or "").strip(),
"codVendedor": "00",
"codFormaPago": cod_forma_pago,
"codBanco": "00",
"codigoCentroCosto": "00",
"tipoIngreso": str(h.get("CLASEPROC") or "1").strip() or "1",