Fixed bug in manual payment with a waiting list
This commit is contained in:
@@ -192,7 +192,7 @@ function _booking_partialbalance_payment_email($nid)
|
||||
|
||||
//calculate the remaining parameters
|
||||
$to = $node->booking_email;
|
||||
$subject = t('!event Partial Payment Required', array('!event' => $event->booking_eventname));
|
||||
$subject = t('!event Partial Payment Received', array('!event' => $event->booking_eventname));
|
||||
$params['subject'] = $subject;
|
||||
$params['headers']['Bcc'] = "it@coadcorp.com, " . variable_get('booking_notify_email', variable_get('site_mail', ini_get('sendmail_from')));
|
||||
|
||||
|
Reference in New Issue
Block a user