added set credit to zero option

This commit is contained in:
Tóth Richárd
2019-11-21 19:17:41 +01:00
parent 44e5311b01
commit 4f645ca657
4 changed files with 25 additions and 0 deletions

View File

@@ -264,6 +264,10 @@ class page {
# GYEREKLISTA EXPORTÁLÁSA
include('include_export_users.php');
break;
case 'set_credit_to_zero':
# HITELALKALOM NULLÁZÁS
include('include_set_credit_to_zero.php');
break;
case 'delete_training_type':
# EDZÉS TÍPUS TÖRLÉS
include('include_delete_training_type.php');