feat: don't display prices in MyE&P
This commit is contained in:
@@ -30,15 +30,15 @@
|
|||||||
<li class="p-2 border-b border-zinc-200 last:border-0">
|
<li class="p-2 border-b border-zinc-200 last:border-0">
|
||||||
<strong>Anmelder:</strong> {{ bookingData.applicant.firstName }} {{ bookingData.applicant.lastName }}
|
<strong>Anmelder:</strong> {{ bookingData.applicant.firstName }} {{ bookingData.applicant.lastName }}
|
||||||
</li>
|
</li>
|
||||||
<li class="p-2 border-b border-zinc-200 last:border-0">
|
|
||||||
<strong>Gesamtpreis:</strong> {{ totalPrice.toFixed(2) }}€
|
|
||||||
</li>
|
|
||||||
<li class="p-2 border-b border-zinc-200 last:border-0">
|
<li class="p-2 border-b border-zinc-200 last:border-0">
|
||||||
<strong>Teilnehmer:</strong> {{ participantsCount.active }}
|
<strong>Teilnehmer:</strong> {{ participantsCount.active }}
|
||||||
</li>
|
</li>
|
||||||
<li class="p-2 border-b border-zinc-200 last:border-0">
|
<li class="p-2 border-b border-zinc-200 last:border-0">
|
||||||
<strong>Stornos:</strong> {{ participantsCount.canceled }}
|
<strong>Stornos:</strong> {{ participantsCount.canceled }}
|
||||||
</li>
|
</li>
|
||||||
|
<li class="p-2 border-b border-zinc-200 last:border-0">
|
||||||
|
<strong>Gesamtpreis:</strong> Es gelten die in der Rechnung angegebenen Preise
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</panel>
|
</panel>
|
||||||
<services-overview :services="services.other" :participant-data="participantData"/>
|
<services-overview :services="services.other" :participant-data="participantData"/>
|
||||||
@@ -151,10 +151,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<th>Gesamtpreis</th>
|
|
||||||
<td>{{ calculateSinglePrice(participant).toFixed(2) }} €</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user