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:
co-authored by
Claude Sonnet 4.6
parent
b0175a2ca5
commit
e2a9e7c4d3
@@ -96,7 +96,7 @@ def mapear_paciente(row: dict) -> dict:
|
|||||||
"genero": genero,
|
"genero": genero,
|
||||||
"direccion": (row.get("DIRECCION") or "").strip(),
|
"direccion": (row.get("DIRECCION") or "").strip(),
|
||||||
"ciudad": (row.get("NOM_CIUDAD") or "").strip(),
|
"ciudad": (row.get("NOM_CIUDAD") or "").strip(),
|
||||||
"origen": "rips",
|
"origen": "lab",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user