fix
This commit is contained in:
@@ -236,8 +236,8 @@ function booking_emails_admin() {
|
||||
//add a bunch of custom emails
|
||||
//@todo add an admin variable for this
|
||||
for ($i = 1; $i <= 5; $i++) {
|
||||
$subject_fieldname = 'booking_email_subject_logistics_custom' . $i;
|
||||
$body_fieldname = 'booking_email_logistics_custom' . $i;
|
||||
$subject_fieldname = 'booking_email_subject_customlogistics' . $i;
|
||||
$body_fieldname = 'booking_email_customlogistics' . $i;
|
||||
$form['custom-logistics-emails'][$subject_fieldname] = array (
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Subject line for Logistics Custom Email ' . $i),
|
||||
|
Reference in New Issue
Block a user