X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep108.php;h=9a12e40ad94b6eb94564f6919ba3635d2197500f;hb=1ca1041c196876505cb9b591afbba34ada239682;hp=275da95760e639a10d73a7aea62c37c98d773197;hpb=533770461f1431b75c76a8d6ca0676a864efdbc0;p=fa-stable.git diff --git a/reporting/rep108.php b/reporting/rep108.php index 275da957..9a12e40a 100644 --- a/reporting/rep108.php +++ b/reporting/rep108.php @@ -175,8 +175,12 @@ function print_statements() for ($i = 0; $i < 5; $i++) $rep->TextWrap($col[$i], $rep->row, $col[$i + 1] - $col[$i], $str2[$i], 'right'); if ($email == 1) - $rep->End($email, _("Statement") . " " . _("as of") . " " . sql2date($date)); - + { + if (($CustomerRecord["Balance"]) != ($CustomerRecord["Balance"] - $CustomerRecord["Due"])) + $rep->End($email, _("Statement") . " " . _("as of") . " " . sql2date($date) . " " . _("from") . " " . get_company_pref('coy_name')); + else + display_notification(sprintf(_("Customer %s has no overdue debs. No e-mail is send."), $myrow["DebtorName"])); + } } if (!isset($rep))