From: Joe Hunt Date: Sun, 17 Oct 2021 09:24:17 +0000 (+0200) Subject: Rep109 in Print Profiles fixed by @rafat. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=923d58b6f916edc2f2e9b6b898e8b6bc855d949b Rep109 in Print Profiles fixed by @rafat. --- 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');