Use proper value for availability in csv export
This commit is contained in:
@@ -151,7 +151,7 @@ class ResellerController extends ActionController
|
||||
|
||||
fputcsv($fileHandle, [
|
||||
$product['@id'],
|
||||
'in stock',
|
||||
count($hotel['dates']['date']) > 0 ? 'in stock' : 'preorder',
|
||||
'new',
|
||||
$description,
|
||||
$product['images']['image'][0],
|
||||
|
||||
Reference in New Issue
Block a user