diff --git a/public/typo3conf/ext/ep_products/Classes/Service/ContingentImportService.php b/public/typo3conf/ext/ep_products/Classes/Service/ContingentImportService.php index b5d0a880..1ae0d231 100644 --- a/public/typo3conf/ext/ep_products/Classes/Service/ContingentImportService.php +++ b/public/typo3conf/ext/ep_products/Classes/Service/ContingentImportService.php @@ -47,7 +47,8 @@ class ContingentImportService implements SingletonInterface, LoggerAwareInterfac /** * @var string[] */ - protected $ignoredRoomTypes = ['PDGS', 'TEAM']; +// protected $ignoredRoomTypes = ['PDGS', 'TEAM']; + protected $ignoredRoomTypes = ['PDGS']; /** * @var ConfigurationManagerInterface