Fixed bug in manual payment with a waiting list

This commit is contained in:
2014-05-31 23:47:49 +10:00
parent 74a6281eea
commit fd9465a59c
2 changed files with 15 additions and 1 deletions

View File

@@ -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')));