Basic steps for registration of participants
This commit is contained in:
@ -38,6 +38,10 @@ class AjaxRouterController {
|
||||
new PrintParticipantListPhotoPdfController();
|
||||
break;
|
||||
|
||||
case 'print_invoice_data':
|
||||
new PrintParticipantListInvoicePdfController();
|
||||
die();
|
||||
|
||||
default:
|
||||
echo 'No "method" specified.';
|
||||
}
|
||||
|
Reference in New Issue
Block a user