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

@@ -30,6 +30,7 @@ console.log(participantData)
telefon_2: '',
email_2: '',
badeerlaubnis: '-1',
sibling: '-1',
first_aid: '-1',
participant_group: '',
beitrag: 'regular',
@@ -66,6 +67,7 @@ console.log(participantData)
addons: selectedAddons,
participationType: formData.participationType,
beitrag: formData.beitrag,
sibling: formData.sibling,
})
summaryAmount.value = res.data.amount
} finally {