Use proper value for availability in csv export

This commit is contained in:
Björn Fromme
2018-09-28 09:18:51 +02:00
parent 2b3aa8764f
commit d2e91ae385
@@ -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],