fix missing default text

This commit is contained in:
Nathan Coad
2018-04-19 09:39:54 +10:00
parent 50c464265d
commit e7a0999da8

View File

@@ -51,6 +51,12 @@ function booking_emails_workflow_admin() {
"and you will not receive the confirmation email until that has occurred.\n" . "and you will not receive the confirmation email until that has occurred.\n" .
"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" . "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."; "Love in Jesus,\n[booking:eventname] Registrations Team.";
$booking_email_waitinglistpromotion_fullypaid = "Dear [booking:fname],\n" .
"We have some great news for you. A place at [booking:eventname] for you has just become available. " .
"If you wish to secure your place at [booking:eventname], please visit [booking:balance-payment-link] to make your final payment. " .
"Our records indicate that you have already fully paid, so there is nothing further needed to secure your spot.\n" .
"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_notcoming_demotion = "";
$booking_email_paymentoutstanding_married_text = ""; $booking_email_paymentoutstanding_married_text = "";