Change source from motiv to motiv_bulk. #549
This commit is contained in:
parent
9e1d855433
commit
bad35a0eb8
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ $sth = $db->prepare('insert into warranty_serial (id, sku, date_create, source,
|
|||
|
||||
// go through rows
|
||||
$counter = 0;
|
||||
$source = 'motiv';
|
||||
$source = 'motiv_bulk';
|
||||
while (($row = fgetcsv($csv)) !== false)
|
||||
{
|
||||
// skip first line
|
||||
|
|
|
|||
Loading…
Reference in a new issue