Skip to content

Commit

Permalink
Add rejected occurrence unit name filter
Browse files Browse the repository at this point in the history
  • Loading branch information
matti-lamppu committed Nov 5, 2024
1 parent 77e5949 commit 6efda50
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class Meta:
("recurring_reservation__reservation_unit__pk", "reservation_unit_pk"),
("recurring_reservation__reservation_unit__name", "reservation_unit_name"),
("recurring_reservation__reservation_unit__unit__pk", "unit_pk"),
("recurring_reservation__reservation_unit__unit__name", "unit_name"),
]

@staticmethod
Expand Down

0 comments on commit 6efda50

Please sign in to comment.