diff --git a/care/emr/api/viewsets/allergy_intolerance.py b/care/emr/api/viewsets/allergy_intolerance.py index 551f4fdf1f..d174fb5f4b 100644 --- a/care/emr/api/viewsets/allergy_intolerance.py +++ b/care/emr/api/viewsets/allergy_intolerance.py @@ -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(