add emails types to hook
This commit is contained in:
@@ -210,7 +210,7 @@ function _booking_balance_payment_email($nid) {
|
||||
$html_body = theme('booking_htmlmail_registration_mail',
|
||||
array(
|
||||
'module' => 'booking',
|
||||
'key' => 'registration_mail',
|
||||
'key' => 'registration_mail_bal_outstanding',
|
||||
'body' => $message_body,
|
||||
'subject' => $subject,
|
||||
));
|
||||
@@ -325,7 +325,7 @@ function _booking_custom_email($nid, $email_type, $sender = 'contact') {
|
||||
$html_body = theme('booking_htmlmail_registration_mail',
|
||||
array(
|
||||
'module' => 'booking',
|
||||
'key' => 'registration_mail',
|
||||
'key' => 'booking_email_custom',
|
||||
'body' => $message_body,
|
||||
'subject' => $subject,
|
||||
));
|
||||
|
Reference in New Issue
Block a user