From a611e8a3deeda023c031083bc58e2d99adf0b3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 16 Dec 2024 10:54:43 +0100 Subject: [PATCH] feat: don't display prices in MyE&P --- .../Resources/Private/Assets/js/myep/BookingEdit.vue | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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) }} € -