diff --git a/booking.emails.inc b/booking.emails.inc index 1f8630f..6a566f2 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -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)));