Stable merged into unstable again (due to failure on binary file during previous...
[fa-stable.git] / reporting / rep107.php
index 5e044f2898df54935a36d3daf75de299c4b10cde..36acff5abcd21e3ca7e592cc14fa3ae72ae8a496 100644 (file)
@@ -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