bug fixes
This commit is contained in:
@@ -753,7 +753,7 @@ function booking_rooms_allocate_form($node, &$form_state, $location_id) {
|
||||
$married = $row->booking_partner_id > 0 ? ' *' : '';
|
||||
$age = _booking_get_age_years($row->booking_dob);
|
||||
$assigned_flag = empty($room_mapping[$row->nid]) ? '' : ' - ';
|
||||
$attendee_select[$row->nid] = $assigned_flag . $row->booking_firstname . ' ' . $row->booking_lastname . ' ['. $age . ' ' . $row->booking_gender . ']' . $married;
|
||||
$attendee_select[$row->nid] = $assigned_flag . $row->booking_lastname . ', ' . $row->booking_firstname . ' ' . ' ['. $age . ' ' . $row->booking_gender . ']' . $married;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user