X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep109.php;h=c5faf7692b4c7aa3cdb21e73acea1aabf54139f4;hb=45b596b6da2f5c23dff0e97f82d1f2af70242017;hp=9c99ff037e3ab964eb5e9377085a6ae320388cee;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/reporting/rep109.php b/reporting/rep109.php index 9c99ff03..c5faf769 100644 --- a/reporting/rep109.php +++ b/reporting/rep109.php @@ -25,7 +25,6 @@ include_once($path_to_root . "/sales/includes/sales_db.inc"); //---------------------------------------------------------------------------------------------------- -// trial_inquiry_controls(); print_sales_orders(); $print_as_quote = 0; @@ -64,9 +63,9 @@ function print_sales_orders() if ($email == 0) { if ($print_as_quote == 0) - $rep = new FrontReport(_("SALES ORDER"), "SalesOrderBulk.pdf", user_pagesize()); + $rep = new FrontReport(_("SALES ORDER"), "SalesOrderBulk", user_pagesize()); else - $rep = new FrontReport(_("QUOTE"), "QuoteBulk.pdf", user_pagesize()); + $rep = new FrontReport(_("QUOTE"), "QuoteBulk", user_pagesize()); $rep->currency = $cur; $rep->Font(); $rep->Info($params, $cols, null, $aligns);