send report

This commit is contained in:
Ricsi
2020-07-12 14:26:56 +02:00
parent 2d629c0f3f
commit ebc70e46ac
6 changed files with 6304 additions and 1 deletions

View File

@@ -280,7 +280,11 @@ class page {
# EGYENLEG LISTA LETÖLTÉSE
include('include_download_report.php');
break;
case 'set_credit_to_zero':
case 'send_report':
# EGYENLEG LISTA KÜLDÉSE
include('include_send_report.php');
break;
case 'set_credit_to_zero':
# HITELALKALOM NULLÁZÁS
include('include_set_credit_to_zero.php');
break;