Skip to content

Commit

Permalink
Hardcoding convenio cuando se trata de medicamento con autorizacion
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfareiza committed Aug 31, 2024
1 parent 98f5bd9 commit 7c6a360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/apps/base/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def clean_num_autorizacion(self):
f"con nosotros al: 333 033 3124")

resp_eps['NUMERO_AUTORIZACION'] = num_aut
resp_eps['CONVENIO'] = 'cajacopi'
logger.info(f"{num_aut} Número de autorización pasó las validaciones.")
return resp_eps

Expand Down

0 comments on commit 7c6a360

Please sign in to comment.