Skip to content

Commit

Permalink
removed completed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
rak-randers committed Nov 18, 2024
1 parent f5b9582 commit 422d3eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/jobs/nexus_flow_lukning.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ def execute_lukning(patient=None):
_cancel_events(patient) # Afslut alle besøg fra kalenderen
_set_conditions_inactive(patient) # Tilstande afslutning af borgee
_set_pathways_inactive(patient) # "Alle borgers Handlingsanvisninger" + "Skemaer - afslutning af borger" Sætter alle til inaktive
_remove_fsiii_indsatser(patient) # "Indsatser - FSIII" Afslutter indsatser - TODO: 'annuller' is still missing - fix
# _remove_patient_grants([2298969])
_remove_fsiii_indsatser(patient) # "Indsatser - FSIII" Afslutter indsatser

except Exception as e:
logger.error(f"Error in job: {e}")
Expand Down

0 comments on commit 422d3eb

Please sign in to comment.