Change source from motiv to motiv_bulk. #549

This commit is contained in:
Korina Cordero 2021-04-27 01:54:58 +00:00
parent 9e1d855433
commit bad35a0eb8

View file

@ -15,7 +15,7 @@ $sth = $db->prepare('insert into warranty_serial (id, sku, date_create, source,
// go through rows // go through rows
$counter = 0; $counter = 0;
$source = 'motiv'; $source = 'motiv_bulk';
while (($row = fgetcsv($csv)) !== false) while (($row = fgetcsv($csv)) !== false)
{ {
// skip first line // skip first line