add logistics email token

This commit is contained in:
Nathan Coad
2016-06-18 12:06:01 +10:00
parent 9fe4bfe101
commit 1e912f526c
2 changed files with 7 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ function booking_admin()
$form['email']['booking_logistics_email'] = array(
'#type' => 'textfield',
'#title' => t('Logistics Email Address'),
'#description' => t("The email address used for logistics information."),
'#description' => t("The email address used for logistics information like travel forms etc."),
'#size' => 60,
'#maxlength' => 150,
'#required' => TRUE,