X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep108.php;h=8e0316d7536f322f44fbb6c0e3d8fa289af8b477;hb=eb5b2d3ee7cc0fca5ec63dfada65ecf23b693e85;hp=0f180dffe03ea770bcf7691c3cd093a02dc2f13b;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/reporting/rep108.php b/reporting/rep108.php index 0f180dff..8e0316d7 100644 --- a/reporting/rep108.php +++ b/reporting/rep108.php @@ -25,7 +25,6 @@ include_once($path_to_root . "/sales/includes/sales_db.inc"); //---------------------------------------------------------------------------------------------------- -// trial_inquiry_controls(); print_statements(); //---------------------------------------------------------------------------------------------------- @@ -79,7 +78,7 @@ function print_statements() if ($email == 0) { - $rep = new FrontReport(_('STATEMENT'), "StatementBulk.pdf", user_pagesize()); + $rep = new FrontReport(_('STATEMENT'), "StatementBulk", user_pagesize()); $rep->currency = $cur; $rep->Font(); $rep->Info($params, $cols, null, $aligns);