X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep209.php;h=f8847fd782a15d28cd601fea4f3ff58d1d69eb25;hb=da0f29ef8eb73e7a3cf6484af8fd04726e0e5ef1;hp=ebf0dfafb614d6a9caa7280aa7eadf70473947db;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/reporting/rep209.php b/reporting/rep209.php index ebf0dfaf..f8847fd7 100644 --- a/reporting/rep209.php +++ b/reporting/rep209.php @@ -24,7 +24,6 @@ include_once($path_to_root . "/includes/data_checks.inc"); //---------------------------------------------------------------------------------------------------- -// trial_inquiry_controls(); print_po(); //---------------------------------------------------------------------------------------------------- @@ -84,7 +83,7 @@ function print_po() if ($email == 0) { - $rep = new FrontReport(_('PURCHASE ORDER'), "PurchaseOrderBulk.pdf", user_pagesize()); + $rep = new FrontReport(_('PURCHASE ORDER'), "PurchaseOrderBulk", user_pagesize()); $rep->currency = $cur; $rep->Font(); $rep->Info($params, $cols, null, $aligns);