Adding travel form
This commit is contained in:
@@ -194,7 +194,14 @@ function booking_admin() {
|
||||
'#default_value' => variable_get('booking_dietary_text_definition', ''),
|
||||
'#description' => 'Text to use if attendee may not specify dietary requirements (as above).',
|
||||
);
|
||||
|
||||
$form['misc']['booking_csv_exclude_fields'] = array (
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Fields to exclude from CSV report'),
|
||||
'#default_value' => variable_get('booking_csv_exclude_fields', ''),
|
||||
'#description' => 'Separate each field with a semi-colon. Field names as per database schema.',
|
||||
'#size' => 150,
|
||||
'#maxlength' => 500,
|
||||
);
|
||||
return system_settings_form($form);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user