fix: hide groups price calendar on winter products

This commit is contained in:
2026-08-19 17:34:27 +02:00
parent 3178eee8a0
commit 47de6027c8
@@ -106,6 +106,7 @@
</f:if> </f:if>
<f:if condition="{product.calendarHotel}"> <f:if condition="{product.calendarHotel}">
<f:if condition="{product.season} == 's'">
<f:render partial="Product/PriceCalendar.html" arguments="{_all}"/> <f:render partial="Product/PriceCalendar.html" arguments="{_all}"/>
<f:variable name="currentYear" value="{f:format.date(date: 'now', format: 'Y')}"/> <f:variable name="currentYear" value="{f:format.date(date: 'now', format: 'Y')}"/>
@@ -120,6 +121,7 @@
<f:render section="TableLoadingIndicator"/> <f:render section="TableLoadingIndicator"/>
</div> </div>
</f:if> </f:if>
</f:if>
<f:if condition="{isProductWithExcludedConcept}"> <f:if condition="{isProductWithExcludedConcept}">
<f:if condition="{product.region.season} == 'w'"> <f:if condition="{product.region.season} == 'w'">