diff --git a/public/typo3conf/ext/ep_products/Classes/Service/DateService.php b/public/typo3conf/ext/ep_products/Classes/Service/DateService.php index 5971ec80..26b2e284 100644 --- a/public/typo3conf/ext/ep_products/Classes/Service/DateService.php +++ b/public/typo3conf/ext/ep_products/Classes/Service/DateService.php @@ -355,10 +355,6 @@ class DateService implements SingletonInterface $categoryUid = Hotel::CATEGORY_STANDARD; } $hotelUid = $row['hotelUid']; - $hotelUri = $this->uriBuilder - ->reset() - ->setTargetPageUid((int)$row['hotelDetailPageUid']) - ->buildFrontendUri(); if (!array_key_exists($hotelUid, $priceTable[$categoryUid])) { $priceTable[$categoryUid][$hotelUid] = [ @@ -366,7 +362,7 @@ class DateService implements SingletonInterface 'hotelName' => $row['hotelName'], 'hotelShortName' => $row['hotelShortName'], 'hotelTitle' => $row['hotelTitle'], - 'hotelUri' => $hotelUri, + 'hotelDetailPageUid' => $row['hotelDetailPageUid'], 'bookingUrl' => BookingUrlUtility::generateUrl([ 'bookingId' => $row['dateBusProId'], 'hotelId' => $row['hotelBusProId'], diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html index c849b6ac..1ee07c1e 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html @@ -36,7 +36,7 @@ - + {row.hotelShortName} @@ -59,7 +59,7 @@ {row.rooms.{type}.price} {f:if(condition: '{row.rooms.{type}.undersubscription}', then: '*')}