From 9c12c472ab784fc669e8ea342bcfe1285ddc8010 Mon Sep 17 00:00:00 2001 From: mattf Date: Sun, 22 Apr 2018 13:25:06 +0000 Subject: [PATCH] Fix for missing header row in translated language in lead export report, issue #1090 git-svn-id: svn://192.168.202.10@2972 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/vicidial/lead_report_export.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agc_2-X/trunk/www/vicidial/lead_report_export.php b/agc_2-X/trunk/www/vicidial/lead_report_export.php index 2a311572..983fdf4f 100644 --- a/agc_2-X/trunk/www/vicidial/lead_report_export.php +++ b/agc_2-X/trunk/www/vicidial/lead_report_export.php @@ -30,6 +30,7 @@ # 170531-2230 - Added DID filtering option # 170615-2245 - Refined DID filtering to calculate call length w/internal transfers # 180109-2005 - Added vendor lead code filtering option +# 180422-0923 - Fix for missing header row in translated language, issue #1090 # $startMS = microtime(); @@ -1117,7 +1118,7 @@ if ($run_export > 0) $i++; } - if ($header_row==_QXZ("YES")) + if ($header_row=="YES") { $RFheader = ''; $NFheader = '';