fix: vigenciaAutorizacion siempre 30

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-30 15:09:43 -05:00
co-authored by Claude Sonnet 4.6
parent 2321771c3e
commit 00bfbaee51
+1 -1
View File
@@ -170,7 +170,7 @@ def generar_rda_paciente(rows: list, default_profesional: str = "", default_espe
via_ingreso = "01"
modalidad = "01"
vigencia = 0 if es_particular else 30
vigencia = 30
return {
"codigoPrefijo": default_prefijo or str(h.get("PREFIJO") or "00").strip(),