From 533770461f1431b75c76a8d6ca0676a864efdbc0 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 11 Nov 2022 16:30:39 +0100 Subject: [PATCH] Rerun. Not translatable string in rep108. Fixed. --- reporting/rep108.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.30.2