From 902c99a41a0c467d919e08c729ac1dbe82e8bbcd Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 19 Apr 2013 20:04:41 +0200 Subject: [PATCH] Supplier credit note was not properly checked against sufficient quantity on hand. --- purchasing/supplier_credit.php | 1 - 1 file changed, 1 deletion(-) diff --git a/purchasing/supplier_credit.php b/purchasing/supplier_credit.php index 4824344e..0806b7cf 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; } } } -- 2.30.2