fix: remove rel.DESCUENTO (column does not exist in RELACION table)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-01 12:26:09 -05:00
co-authored by Claude Sonnet 4.6
parent b4748e34d8
commit 41ee88c1b4
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ def generar_rda_paciente(rows: list, default_profesional: str = "", default_espe
"codigoBodega": "00",
"cantidad": 1,
"tipoUnidad": "D",
"descuento": float(row.get("DESCUENTO") or 0),
"descuento": 0,
"porcentajeIva": 0,
"impConsumo": 0,
"observacion": "",