feat: mostrar contrato en vista previa de recepciones en automation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
7ec9af84c5
commit
02d251685e
@@ -157,6 +157,7 @@ async def preview_automation(
|
||||
"examenes": len(filas),
|
||||
"valor": float(filas[0].get("VALORTOTAL") or 0),
|
||||
"diag": str(filas[0].get("DIAG_PPAL") or ""),
|
||||
"contrato": str(filas[0].get("CODCONTRATO") or "").strip(),
|
||||
})
|
||||
|
||||
pacientes_preview = [
|
||||
|
||||
Reference in New Issue
Block a user