Extra stats on booking summary page
This commit is contained in:
@@ -228,7 +228,11 @@ function _booking_process_payment($data) {
|
||||
->execute();
|
||||
|
||||
//send an email
|
||||
_booking_registration_email($payment->booking_partner_id, $balance_payment);
|
||||
_booking_registration_email($payment->booking_partner_id, $balance_payment);
|
||||
}
|
||||
elseif (variable_get('booking_enable_combined_pricing', 0) == 1)
|
||||
{
|
||||
watchdog('booking', 'Combined pricing is enabled, but this person has a partner id of !id.', array('!id' => $payment->booking_partner_id));
|
||||
} //end spouse check
|
||||
}
|
||||
else //this person still has an outstanding balance so just send a confirmation email
|
||||
|
Reference in New Issue
Block a user