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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user