change message slightly
This commit is contained in:
@@ -204,7 +204,7 @@ function _booking_balance_payment_email($nid) {
|
|||||||
$tokens = booking_define_personspecific_tokens($node);
|
$tokens = booking_define_personspecific_tokens($node);
|
||||||
|
|
||||||
if ($tokens['payment-required'] <= 0) {
|
if ($tokens['payment-required'] <= 0) {
|
||||||
drupal_set_message(t("Didn't send unnecessary balance outstanding email to: !person",
|
drupal_set_message(t("Ignore below status - didn't send unnecessary balance outstanding email to: !person",
|
||||||
array('!person' => $node->booking_firstname . ' ' . $node->booking_lastname)));
|
array('!person' => $node->booking_firstname . ' ' . $node->booking_lastname)));
|
||||||
watchdog('booking', "Not sending amount owing email, since this person doesn't owe any money: @info",
|
watchdog('booking', "Not sending amount owing email, since this person doesn't owe any money: @info",
|
||||||
array('@info' => var_export($node, TRUE)));
|
array('@info' => var_export($node, TRUE)));
|
||||||
|
Reference in New Issue
Block a user