From 923d58b6f916edc2f2e9b6b898e8b6bc855d949b Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sun, 17 Oct 2021 11:24:17 +0200 Subject: [PATCH] Rep109 in Print Profiles fixed by @rafat. --- reporting/rep109.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/rep109.php b/reporting/rep109.php index b24c1067..0556af7a 100644 --- a/reporting/rep109.php +++ b/reporting/rep109.php @@ -71,7 +71,7 @@ function print_sales_orders() $branch = get_branch($myrow["branch_code"]); if ($i == $from || $email == 1) - $rep = new FrontReport("", "", user_pagesize(), 9, $orientation); + $rep = new FrontReport(_("SALES ORDER"), "SalesOrderBulk", user_pagesize(), 9, $orientation); if ($print_as_quote == 1) { $rep->title = _('QUOTE'); -- 2.30.2