From 571bba47f1dddea25325c38fc594fdb5f380e9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 31 Mar 2021 14:55:55 +0200 Subject: [PATCH] Replace available contingents with actual booked contingents --- .../Resources/Private/Assets/js/myep/BookingEdit.vue | 4 ++-- .../Assets/js/myep/components/ContingentsOverview.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 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 c9821519..256199e9 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 @@ -17,7 +17,7 @@
- + - + @@ -7,8 +7,8 @@ - - + +
{{ contingent.name }}{{ contingent.available >= 0 ? contingent.available : 0 }}{{ contingent.room }}{{ contingent.count }}