X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=reporting%2Frep109.php;h=0556af7acfee228e6c2ea34e1c27bde101870631;hp=b24c10679e2134e735470209948169140b58baa8;hb=923d58b6f916edc2f2e9b6b898e8b6bc855d949b;hpb=f99d4e3d028d6dc1e43716dad6188090a5f34a25 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');