From: Joe Date: Fri, 11 Nov 2022 15:30:39 +0000 (+0100) Subject: Rerun. Not translatable string in rep108. Fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=533770461f1431b75c76a8d6ca0676a864efdbc0 Rerun. Not translatable string in rep108. Fixed. --- diff --git a/reporting/rep108.php b/reporting/rep108.php index 678885ae..275da957 100644 --- a/reporting/rep108.php +++ b/reporting/rep108.php @@ -180,7 +180,7 @@ function print_statements() } if (!isset($rep)) - display_notification(_("No customers with outstanding balances found"); + display_notification(_("No customers with outstanding balances found")); else if ($email == 0) $rep->End(); }