diff --git a/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php b/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php index 8b0555b1..d94cda41 100644 --- a/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php +++ b/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php @@ -164,7 +164,7 @@ class ResellerController extends ActionController fputcsv($fileHandle, [ $product['@id'], - count($hotel['dates']['date']) > 0 ? 'in stock' : 'preorder', + count($hotel['dates']['date']) > 0 ? 'in stock' : 'out of stock', 'new', $description, $product['images']['image'][0],