Added destination country and updated import data functions
This commit is contained in:
@@ -748,7 +748,7 @@ function booking_rooms_allocate_form($node, &$form_state, $location_id) {
|
||||
//query for attendees
|
||||
$query = db_query("SELECT nid, booking_firstname, booking_lastname, booking_gender, booking_dob, booking_partner_id " .
|
||||
" FROM {booking_person} " .
|
||||
" WHERE booking_event_id = :eid and booking_status=1 order by booking_lastname, booking_firstname",
|
||||
" WHERE booking_event_id = :eid and (booking_status=1 or booking_status=5) order by booking_lastname, booking_firstname",
|
||||
array(':eid' => $event->eid));
|
||||
|
||||
//make a list of all attendees that are booked in
|
||||
|
Reference in New Issue
Block a user