You are here

function rooms_booking_manager_price_change_callback in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

File

modules/rooms_booking_manager/rooms_booking_manager.module, line 1235
Rooms Booking Manager brings together all the pieces required to find a room and book it - including the DrupalCommerce integration

Code

function rooms_booking_manager_price_change_callback(&$form, $form_state) {
  return $form['price'];
}