debug
This commit is contained in:
@@ -496,8 +496,9 @@ function _booking_email_get_preview_callback($form, $form_state) {
|
||||
break;
|
||||
case "balance":
|
||||
$text = variable_get('booking_email_paymentoutstanding_text');
|
||||
watchdog('booking_debug', "<pre>Email Preview combinedpricing\n@info</pre>", array('@info' => variable_get('booking_enable_combined_pricing', 0)));
|
||||
if (variable_get('booking_enable_combined_pricing', 0) == 1) {
|
||||
$text .= "\n</pre><h3>If married</h3><pre>" . variable_get('booking_email_paymentoutstanding_married_text');
|
||||
$text .= "\n</pre><h3>If married</h3>\n<pre>" . variable_get('booking_email_paymentoutstanding_married_text');
|
||||
}
|
||||
break;
|
||||
case "complete":
|
||||
|
Reference in New Issue
Block a user