Reduction of amount for siblings implemented

This commit is contained in:
2026-04-25 22:31:38 +02:00
parent 8348f677a5
commit 21be212129
11 changed files with 68 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ const nextStep = () => {
const hasAddons = (props.event.addons?.length ?? 0) > 0
emit('next', hasAddons ? 6 : 7)
}
console.log(props.formData, props.event)
</script>
<template>
@@ -113,6 +114,9 @@ const nextStep = () => {
</td>
</tr>
</table>
<p v-if="props.event.siblingReduction && props.formData.sibling === 'true'">
Der Preisnachlass in Höhe von 50% wird am Ende des Anmeldeprozesses berechnet.
</p>
<div class="btn-row">
<button type="button" class="btn-secondary" @click="emit('back', 3)"> Zurück</button>