Basic steps for registration of participants

This commit is contained in:
2024-07-22 21:27:53 +02:00
parent c7b3072e59
commit b9307c2f5a
3 changed files with 70 additions and 0 deletions

View File

@ -38,6 +38,10 @@ class AjaxRouterController {
new PrintParticipantListPhotoPdfController();
break;
case 'print_invoice_data':
new PrintParticipantListInvoicePdfController();
die();
default:
echo 'No "method" specified.';
}