fix: vigenciaAutorizacion siempre 30
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
2321771c3e
commit
00bfbaee51
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user