From d0e8e4f519df950301ee8ae3b26f0085f532cc27 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 19 Nov 2019 22:25:35 +0000 Subject: [PATCH] small custom reports admin change, for translation compatibility git-svn-id: svn://192.168.202.10@3173 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/vicidial/vicidial_custom_reports_admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agc_2-X/trunk/www/vicidial/vicidial_custom_reports_admin.php b/agc_2-X/trunk/www/vicidial/vicidial_custom_reports_admin.php index fffbf432..af0f14b5 100644 --- a/agc_2-X/trunk/www/vicidial/vicidial_custom_reports_admin.php +++ b/agc_2-X/trunk/www/vicidial/vicidial_custom_reports_admin.php @@ -219,7 +219,7 @@ if (preg_match('/\-\-ALL\-\-/i',$LOGadmin_viewable_groups)) { $Vreports = array("Real-Time Main Report", " Real-Time Campaign Summary", " Inbound Report", " Inbound Service Level Report", " Inbound Summary Hourly Report", " Inbound Daily Report", " Inbound DID Report", " Inbound IVR Report", " Outbound Calling Report", " Outbound Summary Interval Report", " Outbound IVR Report", " Fronter - Closer Report", " Lists Campaign Statuses Report", " Campaign Status List Report", " Export Calls Report", " Export Leads Report", " Agent Time Detail", " Agent Status Detail", " Agent Performance Detail", " Team Performance Detail", " Performance Comparison Report", " Single Agent Daily", " Single Agent Daily Time", " User Group Login Report", " User Timeclock Report", " User Group Timeclock Status Report", " User Timeclock Detail Report", " Server Performance Report", " Administration Change Log", " List Update Stats", " User Stats", " User Time Sheet", " Download List", " Dialer Inventory Report", " Maximum System Stats", " Maximum Stats Detail", " Search Leads Logs", " Email Log Report", " Carrier Log Report", " Campaign Debug", " Hangup Cause Report", " Lists Pass Report", " Called Counts List IDs Report"); -if ($add_custom_report=="ADD REPORT") { +if ($add_custom_report) { if (!$report_name || !$path_name) { $error_msg="
"._QXZ("CANNOT ADD REPORT, SOME FIELDS ARE MISSING")."
"; } else {