Merge branch 'develop'
This commit is contained in:
+8
@@ -67,6 +67,14 @@
|
|||||||
<th>Aufpreis Kurzzeit</th>
|
<th>Aufpreis Kurzzeit</th>
|
||||||
<td>{{ formatCurrency(priceShortTerm) }}</td>
|
<td>{{ formatCurrency(priceShortTerm) }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr v-if="includesBonusCard">
|
||||||
|
<th>Inklusivleistungen</th>
|
||||||
|
<td>
|
||||||
|
<a href="https://www.saalbach.com/de/sommer/joker-card" target="_blank" class="uppercase">
|
||||||
|
Joker Card
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr v-if="selectedOptions.length > 0">
|
<tr v-if="selectedOptions.length > 0">
|
||||||
<th>Zusatzleistungen</th>
|
<th>Zusatzleistungen</th>
|
||||||
<td>{{ formatCurrency(priceOptions) }}</td>
|
<td>{{ formatCurrency(priceOptions) }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user