X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep709.php;fp=reporting%2Frep709.php;h=9bfdc0a78e0844decf19774c881bb889cf0d913e;hb=a9d55e1c13cbd6a6305b9322ec8621a06516f9f3;hp=5c12ac9dd32d4e1a3709588303660f3b36473463;hpb=95fd152649f9383cee8680762daf3430e8250bd6;p=fa-stable.git diff --git a/reporting/rep709.php b/reporting/rep709.php index 5c12ac9d..9bfdc0a7 100644 --- a/reporting/rep709.php +++ b/reporting/rep709.php @@ -77,7 +77,7 @@ function getTaxInfo($id) function print_tax_report() { - global $path_to_root, $Hooks, $systypes_array; + global $path_to_root, $systypes_array; $from = $_POST['PARAM_0']; $to = $_POST['PARAM_1']; @@ -191,9 +191,6 @@ function print_tax_report() $rep->Info($params, $cols2, $headers2, $aligns2); - //for ($i = 0; $i < count($cols2); $i++) - // $rep->cols[$i] = $rep->leftMargin + $cols2[$i]; - $rep->headers = $headers2; $rep->aligns = $aligns2; $rep->NewPage();