Skip to content

Commit

Permalink
Add 'cancelled' field to LeaveAdmin model
Browse files Browse the repository at this point in the history
  • Loading branch information
Tubo committed Mar 15, 2024
1 parent b577441 commit 36e29a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion radscheduler/core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,9 @@ class LeaveAdmin(admin.ModelAdmin):
"reg_approved",
"dot_approved",
"type",
"printed",
"microster",
"cancelled",
"printed",
"registrar__user",
)
list_select_related = ("registrar", "registrar__user")
Expand Down

0 comments on commit 36e29a2

Please sign in to comment.