X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep709.php;h=1ffa5f089fe129e9514e6c553df8280ef4c8d1a9;hb=1571869d54be48452fdbe08f25130972ff0a7b5a;hp=1e781f25079dadb42f29b9480191e5a6c3cac87f;hpb=40da959b32eb27fcb0422207a284eed13cc27d7e;p=fa-stable.git diff --git a/reporting/rep709.php b/reporting/rep709.php index 1e781f25..1ffa5f08 100644 --- a/reporting/rep709.php +++ b/reporting/rep709.php @@ -74,7 +74,7 @@ function getTaxInfo($id) function print_tax_report() { global $path_to_root, $trans_dir, $Hooks, $systypes_array; - + $from = $_POST['PARAM_0']; $to = $_POST['PARAM_1']; $summaryOnly = $_POST['PARAM_2']; @@ -131,7 +131,7 @@ function print_tax_report() $trans['net_amount'] *= -1; $trans['amount'] *= -1; } - + if (!$summaryOnly) { $rep->TextCol(0, 1, $systypes_array[$trans['trans_type']]); @@ -145,7 +145,7 @@ function print_tax_report() $rep->AmountCol(5, 6, $trans['net_amount'], $dec); $rep->AmountCol(6, 7, $trans['rate'], $dec); $rep->AmountCol(7, 8, $trans['amount'], $dec); - + $rep->TextCol(9, 10, $trans['taxname']); $rep->NewLine();