Teilnahmerechnungen erstellen
This commit is contained in:
@@ -59,6 +59,9 @@ class UndefinedPaymentModule extends AbstractEventPaymentModule
|
||||
|
||||
protected function invoiceClosingStatement(CreateInvoiceRequest $request): string
|
||||
{
|
||||
return '';
|
||||
return sprintf(
|
||||
'Bitte halte den Betrag von %s in bar am ersten Tag der Veranstaltung bereit.',
|
||||
$request->amount->toString()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user