From: Janusz Dobrowolski Date: Fri, 19 Apr 2013 18:04:41 +0000 (+0200) Subject: Supplier credit note was not properly checked against sufficient quantity on hand. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=cfc089966b65af2ff991d065895230cbdb0bc6c0;p=textcart.git Supplier credit note was not properly checked against sufficient quantity on hand. --- diff --git a/purchasing/supplier_credit.php b/purchasing/supplier_credit.php index 4824344..0806b7c 100644 --- a/purchasing/supplier_credit.php +++ b/purchasing/supplier_credit.php @@ -203,7 +203,6 @@ function check_data() _("Quantity On Hand") . " = " . number_format2($qoh, get_qty_dec($stock['stock_id']))); return false; } - return true; } } }