update theming for notification email

This commit is contained in:
2017-06-29 13:12:11 +10:00
parent f4116040c1
commit a0f5f259fd
2 changed files with 23 additions and 2 deletions

View File

@@ -898,7 +898,7 @@ function booking_mail($key, &$message, $params) {
*/
function booking_mail_alter(&$message) {
//message id used here comes from {module_name}_{email_key}
$implemented_message_ids = array('booking_registration_mail', 'booking_booking_email_custom', 'booking_registration_mail_bal_outstanding');
$implemented_message_ids = array('booking_registration_mail', 'booking_registration_mail_notify', 'booking_booking_email_custom', 'booking_registration_mail_bal_outstanding');
if (in_array($message['id'], $implemented_message_ids)) {
//if($message['id'] == 'booking_registration_mail') {