fix(whatsapp_sync): enviar origen='lab' en lugar de 'rips'

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-09 11:35:39 -05:00
co-authored by Claude Sonnet 4.6
parent b0175a2ca5
commit e2a9e7c4d3
+1 -1
View File
@@ -96,7 +96,7 @@ def mapear_paciente(row: dict) -> dict:
"genero": genero,
"direccion": (row.get("DIRECCION") or "").strip(),
"ciudad": (row.get("NOM_CIUDAD") or "").strip(),
"origen": "rips",
"origen": "lab",
}