Cleanups in price/cost/reorder levels pages.
[fa-stable.git] / reporting / rep109.php
index 718f6f9d88c89387b221467a6c3d7ae133071676..1f7270c4840e1c1885d3b013430ee38fea7dede7 100644 (file)
@@ -77,6 +77,11 @@ function print_sales_orders()
                $params['bankaccount'] = $baccount['id'];
                $branch = get_branch($myrow["branch_code"]);
                if ($email == 1)
+                       $rep = new FrontReport("", "", user_pagesize(), 9, $orientation);
+               $rep->SetHeaderType('Header2');
+               $rep->currency = $cur;
+               $rep->Font();
+               if ($print_as_quote == 1)
                {
                        $rep = new FrontReport("", "", user_pagesize(), 9, $orientation);
                        if ($print_as_quote == 1)