diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue index 0bd5ddfe..f64bed7d 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue @@ -30,15 +30,15 @@
  • Anmelder: {{ bookingData.applicant.firstName }} {{ bookingData.applicant.lastName }}
  • -
  • - Gesamtpreis: {{ totalPrice.toFixed(2) }}€ -
  • Teilnehmer: {{ participantsCount.active }}
  • Stornos: {{ participantsCount.canceled }}
  • +
  • + Gesamtpreis: Es gelten die in der Rechnung angegebenen Preise +
  • @@ -151,10 +151,6 @@ - - Gesamtpreis - {{ calculateSinglePrice(participant).toFixed(2) }} € -