X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep209.php;h=f8847fd782a15d28cd601fea4f3ff58d1d69eb25;hb=da0f29ef8eb73e7a3cf6484af8fd04726e0e5ef1;hp=6639d7c4a67f8481fa7f2ea01ad99a2c469afce7;hpb=f7c756dac5a70f01550b1fceb99c6858e232faf2;p=fa-stable.git diff --git a/reporting/rep209.php b/reporting/rep209.php index 6639d7c4..f8847fd7 100644 --- a/reporting/rep209.php +++ b/reporting/rep209.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- @@ -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);