Compare commits

..

1 Commits

Author SHA1 Message Date
Frédéric Péters d87a948548 log more
gitea/chrono/pipeline/head There was a failure building this commit Details
2024-04-09 14:27:31 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -3065,6 +3065,7 @@ class SuspendBooking(APIView):
if booking.in_waiting_list:
raise APIError(N_('booking is already in waiting list'), err=3)
booking.suspend()
event = booking.event
audit(
'booking',
_('suspension of booking (%(booking_id)s) in event "%(event)s"')