change message slightly

This commit is contained in:
Nathan Coad
2018-01-15 23:38:23 +11:00
parent c422dcedd8
commit fb7084012c

View File

@@ -204,7 +204,7 @@ function _booking_balance_payment_email($nid) {
$tokens = booking_define_personspecific_tokens($node);
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)));
watchdog('booking', "Not sending amount owing email, since this person doesn't owe any money: @info",
array('@info' => var_export($node, TRUE)));