X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep709.php;h=c135445f9b91e0ee452faaa67d1ecb1e23f2ae28;hb=8429c2d2e1500cd879e084335391615e79fc3da3;hp=0bf72dbe2dae3d60261f832a4ff660155aec57ba;hpb=f50187b9c3095886d7fd847f635cd8763109a75e;p=fa-stable.git diff --git a/reporting/rep709.php b/reporting/rep709.php index 0bf72dbe..c135445f 100644 --- a/reporting/rep709.php +++ b/reporting/rep709.php @@ -82,11 +82,10 @@ function print_tax_report() $comments = $_POST['PARAM_3']; include_once($path_to_root . "/reporting/includes/pdf_report.inc"); - $filename = "TaxReport.pdf"; $dec = user_price_dec(); - $rep = new FrontReport(_('Tax Report'), $filename, user_pagesize()); + $rep = new FrontReport(_('Tax Report'), "TaxReport", user_pagesize()); if ($summaryOnly == 1) $summary = _('Summary Only'); else