From f4ea07d82c21ee6260cb02ebd88a6328dfc127d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20G=C3=BCnther?=
Date: Sat, 25 Apr 2026 22:33:48 +0200
Subject: [PATCH] Reduction of amount for siblings implemented
---
app/Domains/Event/Views/Partials/ParticipationFees.vue | 1 +
1 file changed, 1 insertion(+)
diff --git a/app/Domains/Event/Views/Partials/ParticipationFees.vue b/app/Domains/Event/Views/Partials/ParticipationFees.vue
index 7e1f1da..1f0bace 100644
--- a/app/Domains/Event/Views/Partials/ParticipationFees.vue
+++ b/app/Domains/Event/Views/Partials/ParticipationFees.vue
@@ -110,6 +110,7 @@
}
})
+ toast.success('Die Teilnahmekonditionen wurden gespeichert')
emit('close')
}