Creating Participation refunds
This commit is contained in:
@@ -377,6 +377,19 @@ function saveParticipant() {
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr v-if="props.participant.refund">
|
||||
<th>Erstattung</th>
|
||||
<td>
|
||||
{{ props.participant.refund.amount }} – {{ props.participant.refund.reasonLabel }}<br />
|
||||
<small v-if="props.participant.refund.status === 'pending'">
|
||||
freigegeben am {{ props.participant.refund.releasedAt }}, wartet auf die
|
||||
Bankverbindung des Teilis
|
||||
</small>
|
||||
<small v-else-if="props.participant.refund.status === 'accepted'">
|
||||
bestätigt am {{ props.participant.refund.acceptedAt }}
|
||||
</small>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user