diff --git a/src/Entity/Groups/AccommodationBooking.php b/src/Entity/Groups/AccommodationBooking.php index 2fc3592..e8e54e3 100644 --- a/src/Entity/Groups/AccommodationBooking.php +++ b/src/Entity/Groups/AccommodationBooking.php @@ -164,7 +164,6 @@ class AccommodationBooking implements BlameableEntityInterface, TimestampableEnt #[Assert\Expression( 'null === this.getTotalDiscount() or (null !== value and "" !== value)', message: 'Bitte eine Bezeichnung für den Rabatt angeben.', - groups: ['edit'], )] private ?string $totalDiscountLabel = null;