Remove filtering (for reasons unknown) of hotel list
This commit is contained in:
@@ -233,7 +233,7 @@ class HotelRepository extends AbstractRepository
|
||||
)
|
||||
->from('tx_epproducts_domain_model_date', 'date')
|
||||
->leftJoin('date', 'tx_epproducts_product_region_mm', 'mm', 'mm.uid_local = date.product')
|
||||
->where('date.product_searchable = 1')
|
||||
//->where('date.product_searchable = 1')
|
||||
->addGroupBy('date.hotel')
|
||||
->addGroupBy('date.date_start')
|
||||
->addGroupBy('date.nights')
|
||||
|
||||
Reference in New Issue
Block a user