diff --git a/booking.tokens.inc b/booking.tokens.inc
index e0e8ed9..dcf39c6 100644
--- a/booking.tokens.inc
+++ b/booking.tokens.inc
@@ -89,6 +89,7 @@ function booking_tokens_admin() {
"Please don't hesitate to contact us if you have any queries by replying to this email. We look forward to seeing you, God Willing, at [booking:eventname]\n" .
"Love in Jesus,\n[booking:eventname] Registrations Team.";
$booking_email_notcoming_demotion = "";
+ $booking_email_paymentoutstanding_married_text = "";
$booking_confirmation_text = "
Thanks for filling out the registration form.
\n" .
"To complete your booking, please make a payment of $[booking:payment-required] into the following bank account
\n" .
" Account Name: blah
\n BSB: blah
\n Account Number: blah
\n" .
@@ -315,6 +316,13 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
'#description' => t(''),
'#default_value' => variable_get('booking_email_paymentoutstanding_text', $booking_email_paymentoutstanding_text),
);
+ $form['emails']['booking_email_paymentoutstanding_married_text'] = array(
+ '#title' => t('Email text to send a married couple reminding them of how much they both owe (combined pricing)'),
+ '#type' => 'textarea',
+ //'#format' => 'full_html',
+ '#description' => t(''),
+ '#default_value' => variable_get('booking_email_paymentoutstanding_married_text', $booking_email_paymentoutstanding_married_text),
+ );
$form['emails']['booking_email_waitinglistpromotion'] = array(
'#title' => t('Email text to send a person on the waiting list when a spot opens up for them'),
'#type' => 'textarea',