X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep107.php;h=36acff5abcd21e3ca7e592cc14fa3ae72ae8a496;hb=7840540918bfd37c886877a5d52e3ba0b3373289;hp=5e044f2898df54935a36d3daf75de299c4b10cde;hpb=661dccbdc80ee5c9ef5b8a515e60e60249827869;p=fa-stable.git diff --git a/reporting/rep107.php b/reporting/rep107.php index 5e044f28..36acff5a 100644 --- a/reporting/rep107.php +++ b/reporting/rep107.php @@ -125,7 +125,7 @@ function print_invoices() $rep->TextCol(4, 5, $DisplayPrice, -2); $rep->TextCol(5, 6, $DisplayDiscount, -2); $rep->TextCol(6, 7, $DisplayNet, -2); - } + } $rep->row = $newrow; //$rep->NewLine(1); if ($rep->row < $rep->bottomMargin + (15 * $rep->lineHeight)) @@ -158,7 +158,7 @@ function print_invoices() if ($tax_item['amount'] == 0) continue; $DisplayTax = number_format2($sign*$tax_item['amount'], $dec); - + if (isset($suppress_tax_rates) && $suppress_tax_rates == 1) $tax_type_name = $tax_item['tax_type_name']; else