Temporarily disable skipping of room type 'team' in contingent import
This commit is contained in:
@@ -47,7 +47,8 @@ class ContingentImportService implements SingletonInterface, LoggerAwareInterfac
|
||||
/**
|
||||
* @var string[]
|
||||
*/
|
||||
protected $ignoredRoomTypes = ['PDGS', 'TEAM'];
|
||||
// protected $ignoredRoomTypes = ['PDGS', 'TEAM'];
|
||||
protected $ignoredRoomTypes = ['PDGS'];
|
||||
|
||||
/**
|
||||
* @var ConfigurationManagerInterface
|
||||
|
||||
Reference in New Issue
Block a user