From 8312b61bace57522fd96cc7c40077a1df9989ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 2 Jan 2025 15:17:37 +0100 Subject: [PATCH] feat: import services without price and filter when rendering --- .../Classes/Service/DateImportService.php | 2 +- .../Templates/AjaxTable/Pricetable.html | 20 ++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/public/typo3conf/ext/ep_products/Classes/Service/DateImportService.php b/public/typo3conf/ext/ep_products/Classes/Service/DateImportService.php index d406a6e1..ac826225 100644 --- a/public/typo3conf/ext/ep_products/Classes/Service/DateImportService.php +++ b/public/typo3conf/ext/ep_products/Classes/Service/DateImportService.php @@ -430,7 +430,7 @@ class DateImportService implements SingletonInterface, LoggerAwareInterface ]; } - $servicesGeneral = $this->parseService($xmlDate, 'lei_sonstiges', true); + $servicesGeneral = $this->parseService($xmlDate, 'lei_sonstiges'); $combinedServices = []; diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/Pricetable.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/Pricetable.html index 5ad353e2..f9ffae3e 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/Pricetable.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/Pricetable.html @@ -281,20 +281,22 @@