Qloapps / QloApps

QloApps is a Free and Open-source hotel management and reservation system to take a hotel business online. QloApps offers a Property Management System (PMS), a Booking Engine, and an attractive Hotel Website. Elevate hotel operations with QloApps to streamline processes and provide an enhanced experience for both hoteliers and guests.
https://qloapps.com
Open Software License 3.0
4.58k stars 514 forks source link

id_hotel_button_chosen does not exist #1310

Closed wdammak closed 1 month ago

wdammak commented 1 month ago

https://github.com/Qloapps/QloApps/blob/950b37ed1c044f2252149aa09ca7f9adeb97991e/modules/wkroomsearchblock/views/js/wk-room-search-block.js#L1003C1-L1003C98

shreesh-webkul commented 1 month ago

The element id_hotel_button_chosen is auto generated when chosen plugin is initialized on the element id_hotel_button https://github.com/Qloapps/QloApps/blob/950b37ed1c044f2252149aa09ca7f9adeb97991e/modules/wkroomsearchblock/views/js/wk-room-search-block.js#L158

wdammak commented 1 month ago

The element id_hotel_button_chosen is auto generated when chosen plugin is initialized on the element id_hotel_button

https://github.com/Qloapps/QloApps/blob/950b37ed1c044f2252149aa09ca7f9adeb97991e/modules/wkroomsearchblock/views/js/wk-room-search-block.js#L158

Thanks!