Not translatable string in rep108. Fixed.
authorJoe <joe.hunt.consulting@gmail.com>
Fri, 11 Nov 2022 15:24:24 +0000 (16:24 +0100)
committerJoe <joe.hunt.consulting@gmail.com>
Fri, 11 Nov 2022 15:24:24 +0000 (16:24 +0100)
lang/new_language_template/LC_MESSAGES/empty.po
reporting/rep108.php

index 980ba1a3f14b895cb174227cc7df1cb74774836c..6f15917e3965502478b0ddf7bb62734969f0e958 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-10-25 19:10+0200\n"
+"POT-Creation-Date: 2022-11-11 16:18+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Joe Hunt <joe@frontaccounting.com>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12534,6 +12534,10 @@ msgstr ""
 msgid "as of"
 msgstr ""
 
+#: reporting/rep108.php:183
+msgid "No customers with outstanding balances found"
+msgstr ""
+
 #: reporting/rep109.php:74 reporting/rep109.php:82
 #: reporting/includes/doctext.inc:64
 msgid "SALES ORDER"
index abb11e7f50227a8b386b6eeb940784eee48e37e1..678885ae128c032b55943ea67442d0c8acbaa44b 100644 (file)
@@ -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();
 }