You are here

constant ROOMS_UNCONFIRMED_BOOKINGS in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

3 uses of ROOMS_UNCONFIRMED_BOOKINGS
AvailabilityAgentDateFilter::applyFilter in modules/rooms_booking/includes/rooms_booking.availability_agent_filter.inc
Applies the filter operation to the units in the filter.
rooms_booking_edit_form_validate in modules/rooms_booking/rooms_booking.admin.inc
Form API validate callback for the booking form.
rooms_booking_manager_commerce_checkout_complete in modules/rooms_booking_manager/rooms_booking_manager.module
Implements hook_commerce_checkout_complete().

File

modules/rooms_unit/rooms_unit.module, line 17
Manage units - Units are things that can be booked on a nightly basis (e.g. rooms - but also villas bungalows, etc).

Code

define('ROOMS_UNCONFIRMED_BOOKINGS', -1);