Reduction of amount for siblings implemented
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user