fix: consider booking status O correctly

This commit is contained in:
Björn Fromme
2026-01-13 14:42:51 +01:00
parent e38445f184
commit efacbf64cb
2 changed files with 31 additions and 14 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ final class Constants
// Booking status codes from buchungstatusmoeglich attribute
public const BOOKING_STATUS_FREE = 'F';
public const BOOKING_STATUS_INQUIRY = 'A';
public const BOOKING_STATUS_OPEN = 'O'; // Optionsbuchung - not relevant for current implementation
public const BOOKING_STATUS_OPEN = 'O'; // Optionsbuchung
// Payment methods
public const PAYMENT_METHOD_TRANSFER = 'transfer';