Skip to content

Commit

Permalink
fix development bug
Browse files Browse the repository at this point in the history
  • Loading branch information
simodalla committed Mar 3, 2017
1 parent bf206f0 commit 9c1c2e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openhelpdesk/admin.py
Expand Up @@ -422,8 +422,8 @@ def save_formset(self, request, form, formset, change):
if instance.sender_id is None:
instance.sender = request.user
instance.save()
if not change:
instance.notify_to_operator()
# if not change:
# instance.notify_to_operator()
formset.save_m2m()

def save_model(self, request, obj, form, change):
Expand Down

0 comments on commit 9c1c2e6

Please sign in to comment.