diff --git a/utils/load_warranty_serial/load_serials.php b/utils/load_warranty_serial/load_serials.php index 285c4a41..5f007309 100644 --- a/utils/load_warranty_serial/load_serials.php +++ b/utils/load_warranty_serial/load_serials.php @@ -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