From 0b87a113e37f8e1cb7565efba1e73932c2f8606d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 29 Jun 2021 10:59:53 +0200 Subject: [PATCH] Adopt changes in contingents service --- .../typo3conf/ext/ep_products/Classes/Service/IcalService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/typo3conf/ext/ep_products/Classes/Service/IcalService.php b/public/typo3conf/ext/ep_products/Classes/Service/IcalService.php index fde65f31..be97b8a1 100644 --- a/public/typo3conf/ext/ep_products/Classes/Service/IcalService.php +++ b/public/typo3conf/ext/ep_products/Classes/Service/IcalService.php @@ -65,7 +65,7 @@ class IcalService implements SingletonInterface $events = $this->contingentRepository->getEvents( $now, null, - ['hotel' => $hotel, 'hotelCode' => $hotel->getCode()] + ['hotel' => $hotel] ); } catch (DBALException $e) {