small fix for Leads Export Report

git-svn-id: svn://192.168.202.10@2891 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2018-01-12 19:50:20 +00:00
parent 7554806b1f
commit 05fbd4b0c9
+1 -1
View File
@@ -473,7 +473,7 @@ if ($run_export > 0)
$vlc_SQL = "and vendor_lead_code IN($vlc_SQL)"; # JCJ
$RUNvlc++;
}
if ($vlc_filter=="NO") {$vlc_SQL=""; $RUNvlc=0;}
if ( ($vlc_filter=="NO") or ($VLC_enabled != 'Y') ) {$vlc_SQL=""; $RUNvlc=0;}
$i=0;
while($i < $user_group_ct)