Resolve "Make script to get file from Azure storage" #1462

Closed
korina.cordero wants to merge 48 commits from 549-make-script-to-get-file-from-azure-storage into master
Showing only changes of commit bad35a0eb8 - Show all commits

View file

@ -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