Cleanup
[fa-stable.git] / reporting / rep107.php
index 54aefe044b6a0eae4b6078fa2da5fd17be5113bb..e3bd2065207de7463d6ea976ae327143362d651c 100644 (file)
@@ -113,6 +113,9 @@ function print_invoices()
                        $SubTotal = 0;
                        while ($myrow2=db_fetch($result))
                        {
+                               if ($myrow2["quantity"] == 0)
+                                       continue;
+                                       
                                $Net = round2($sign * ((1 - $myrow2["discount_percent"]) * $myrow2["unit_price"] * $myrow2["quantity"]),
                                   user_price_dec());
                                $SubTotal += $Net;