remove old passport and flight info from cahaya

This commit is contained in:
2016-06-11 13:59:13 +10:00
parent 67112c71b4
commit b816de11d2
5 changed files with 52 additions and 28 deletions

View File

@@ -593,7 +593,7 @@ function booking_form($node, &$form_state, $inserting = FALSE)
'#default_value' => empty($data->booking_medicare) ? '' : $data->booking_medicare
);
}
/*
if (variable_get('booking_enable_passport', 0) == 1) {
$form['passport-details'] = array(
'#type' => 'fieldset',
@@ -760,7 +760,7 @@ function booking_form($node, &$form_state, $inserting = FALSE)
);
}
} //end passport only fields
*/
if (variable_get('booking_enable_helpareas', 1) == 1) {
$form['help-areas'] = array(
'#type' => 'fieldset',