fix bug in VICIDIAL_IN_new_leads_file.pl
git-svn-id: svn://192.168.202.10@939 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -338,7 +338,7 @@ if ($DB) {print "SEED TIME $secX : $year-$mon-$mday $hour:$min:$sec LOC
|
|||||||
|
|
||||||
# This is the format for the minicsv lead files
|
# This is the format for the minicsv lead files
|
||||||
#"105 Fifth St","Steinhatchee","Frank Smith","3525556601","FL","32359"
|
#"105 Fifth St","Steinhatchee","Frank Smith","3525556601","FL","32359"
|
||||||
if ($format=='minicsv')
|
if ($format =~ /minicsv/)
|
||||||
{
|
{
|
||||||
@name=@MT;
|
@name=@MT;
|
||||||
$vendor_lead_code = '';
|
$vendor_lead_code = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user