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
This commit is contained in:
mattf
2018-04-22 13:25:06 +00:00
parent 6fb52a998e
commit 9c12c472ab
@@ -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 = '';