formatting tweak
This commit is contained in:
@@ -362,8 +362,9 @@ function booking_form($node, &$form_state, $inserting = FALSE)
|
||||
));
|
||||
|
||||
//convert that into an array
|
||||
foreach ($partners as $row)
|
||||
foreach ($partners as $row) {
|
||||
$partner_options[$row->nid] = $row->booking_firstname . ' ' . $row->booking_lastname;
|
||||
}
|
||||
//create a select field
|
||||
$form['internal-details']['booking_partner_id'] = array(
|
||||
'#type' => 'select',
|
||||
|
Reference in New Issue
Block a user