X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep108.php;h=f2d6d42387ad5b5f368f51d802bdeb1f5a0f2fd8;hb=abf7e8f28506d55d922b904f4ca6a593599d719f;hp=9a12e40ad94b6eb94564f6919ba3635d2197500f;hpb=1ca1041c196876505cb9b591afbba34ada239682;p=fa-stable.git diff --git a/reporting/rep108.php b/reporting/rep108.php index 9a12e40a..f2d6d423 100644 --- a/reporting/rep108.php +++ b/reporting/rep108.php @@ -179,7 +179,7 @@ function print_statements() 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"])); + display_notification(sprintf(_("Customer %s has no overdue debits. No e-mail is sent."), $myrow["DebtorName"])); } }