update theming for notification email
This commit is contained in:
@@ -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') {
|
||||
|
Reference in New Issue
Block a user