Merged changes from main branch up to 2.1.3.
[fa-stable.git] / sales / view / view_credit.php
index bdc506201073184e378228640768ee62aed42a2a..f800c3a730ecaad9475ba87cbf4cabf411c5faf1 100644 (file)
@@ -1,13 +1,13 @@
 <?php
 /**********************************************************************
     Copyright (C) FrontAccounting, LLC.
-       Released under the terms of the GNU Affero General Public License,
-       AGPL, as published by the Free Software Foundation, either version 
-       of the License, or (at your option) any later version.
+       Released under the terms of the GNU General Public License, GPL, 
+       as published by the Free Software Foundation, either version 3 
+       of the License, or (at your option) any later version.
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
-    See the License here <http://www.gnu.org/licenses/agpl-3.0.html>.
+    See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
 $page_security = 1;
 $path_to_root="../..";
@@ -96,7 +96,7 @@ if (db_num_rows($result) > 0)
 
        while ($myrow2 = db_fetch($result))
        {
-
+               if ($myrow2["quantity"] == 0) continue;
                alt_table_row_color($k);
 
                $value = round2(((1 - $myrow2["discount_percent"]) * $myrow2["unit_price"] * $myrow2["quantity"]),