Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/caseAmb' into caseAmb
Browse files Browse the repository at this point in the history
  • Loading branch information
urchinpro committed Sep 27, 2023
2 parents 94c9bbb + 4d67e31 commit 5188f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/directions/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
get_patient_contract,
get_directions_by_user,
get_confirm_direction_by_hospital,
get_directions_meta_info, get_patient_open_case_data,
get_directions_meta_info,
get_patient_open_case_data,
)
from api.stationar.stationar_func import hosp_get_hosp_direction, hosp_get_text_iss
from forms.forms_func import hosp_get_operation_data
Expand Down Expand Up @@ -4445,4 +4446,3 @@ def patient_open_case(request):

data = {"data": ""}
return JsonResponse(data)

0 comments on commit 5188f4e

Please sign in to comment.