Skip to content

Commit

Permalink
Fix issue with allergy
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed Jan 6, 2025
1 parent dda9e93 commit 0be3325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion care/emr/api/viewsets/allergy_intolerance.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_patient_obj(self):
)

def authorize_update(self, request_obj, model_instance):
self.authorize_create({}, model_instance)
self.authorize_create({})

def authorize_create(self, instance):
if not AuthorizationController.call(
Expand Down

0 comments on commit 0be3325

Please sign in to comment.