Skip to content

Commit

Permalink
Update forecast/permission_shortcuts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitBarnard authored Dec 6, 2024
1 parent 7f29d78 commit a2d02fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forecast/permission_shortcuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def assign_perm(perm, user, cost_centre):
user_id=user.id,
action_flag=CHANGE,
change_message="Cost Centre permission was assigned",
single_object=True,
queryset=[cost_centre],
)

Expand Down

0 comments on commit a2d02fa

Please sign in to comment.