|
Please. Check following errors:
- Error in multipage query: SELECT hotel_id, hotel_name_en as hotel_name, hotel_hi, hotel_code, destination_name_en as destination_name, hotel_category, hotel_info_en as hotel_info, included_modality_id as hotel_modality FROM hotels INNER JOIN destinations ON (hotel_destination = destination_id) inner JOIN hotel_modalities_included ON (hotel_id = included_hotel_id)WHERE hotel_enabled = 1 GROUP BY hotel_id ORDER BY hotel_destination ASC, Unknown column 'hotel_hi' in 'field list'
|
|
| No hotels was founded matching your criteria. |
|
|