diff --git a/app/Domains/Event/Views/Partials/ParticipantData.vue b/app/Domains/Event/Views/Partials/ParticipantData.vue index 98eed73..eb5b6b6 100644 --- a/app/Domains/Event/Views/Partials/ParticipantData.vue +++ b/app/Domains/Event/Views/Partials/ParticipantData.vue @@ -386,7 +386,9 @@ function saveParticipant() { Bankverbindung des Teilis - bestätigt am {{ props.participant.refund.acceptedAt }} + bestätigt am {{ props.participant.refund.acceptedAt }} diff --git a/app/Domains/Event/Views/Partials/ParticipantsList.vue b/app/Domains/Event/Views/Partials/ParticipantsList.vue index 5783a92..6bf9f17 100644 --- a/app/Domains/Event/Views/Partials/ParticipantsList.vue +++ b/app/Domains/Event/Views/Partials/ParticipantsList.vue @@ -458,6 +458,8 @@ async function execRefund() { // Leer beim Weg über den Teili -- dann verschickt der Server nur den Link. accountOwner: refundForm.captureMode === 'management' ? refundForm.accountOwner : '', accountIban: refundForm.captureMode === 'management' ? refundForm.accountIban : '', + // Spende: kein Konto, trotzdem sofort eingereicht. + donation: refundForm.captureMode === 'donation', // Leer bei voller Erstattung -- dann gibt es nichts zu begründen. retentionReason: hasRetention.value ? refundForm.retentionReason : '', retentionReasonNote: hasRetention.value ? refundForm.retentionReasonNote : '', @@ -772,8 +774,8 @@ function mailToGroup(groupKey) {
+
+

+ Der Betrag wird nicht ausgezahlt, sondern als Spende gebucht. Die Erstattung wird sofort + eingereicht; der Teili erhält den Beleg per E-Mail. +

+