Use correct arguments to render product teasers

This commit is contained in:
Björn Fromme
2022-09-13 11:16:14 +02:00
parent b744af5983
commit 894db8fa9f
3 changed files with 6 additions and 6 deletions
@@ -56,8 +56,8 @@
daytrip: teaser.daytrip, daytrip: teaser.daytrip,
season: teaser.season, season: teaser.season,
forceHotelUid: teaser.forceHotelUid, forceHotelUid: teaser.forceHotelUid,
dateFrom: dateFrom, dateFrom: teaser.minDateStart,
dateTo: dateTo, dateTo: teaser.maxDateEnd,
index: iteration.index index: iteration.index
}"/> }"/>
</f:for> </f:for>
@@ -62,8 +62,8 @@
daytrip: teaser.daytrip, daytrip: teaser.daytrip,
season: teaser.season, season: teaser.season,
forceHotelUid: teaser.forceHotelUid, forceHotelUid: teaser.forceHotelUid,
dateFrom: dateFrom, dateFrom: teaser.minDateStart,
dateTo: dateTo, dateTo: teaser.maxDateEnd,
index: iteration.index index: iteration.index
}"/> }"/>
</f:for> </f:for>
@@ -87,8 +87,8 @@
daytrip: teaser.daytrip, daytrip: teaser.daytrip,
season: teaser.season, season: teaser.season,
forceHotelUid: teaser.forceHotelUid, forceHotelUid: teaser.forceHotelUid,
dateFrom: dateFrom, dateFrom: teaser.minDateStart,
dateTo: dateTo, dateTo: teaser.maxDateEnd,
index: iteration.index index: iteration.index
}"/> }"/>
</f:for> </f:for>