feat: move scope of enforced 'option' status to full booking

addresses #869chtfeq
This commit is contained in:
Björn Fromme
2026-03-19 16:15:07 +01:00
parent 45d05786da
commit df8566e1b5
19 changed files with 388 additions and 329 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class BookingDto
/**
* Booking status code for API submission.
* Values: 'F' (Final/Frei), 'A' (Anfrage/Inquiry).
* Values: 'F' (Fest), 'O' (Option), 'A' (Anfrage/Inquiry).
*/
public string $bookingStatus = 'F';