X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_credit.php;h=12926f3665340a170cd613522c12b09cb235a2a0;hb=53d942f2a0d20cce5e9c409c6485867ce0869e4d;hp=a35533218f0e2f002dd315445255e5d27b24b8ba;hpb=6a4d8e6c1e92ff1b8fc5abb3fae76fb1c1968550;p=fa-stable.git diff --git a/purchasing/supplier_credit.php b/purchasing/supplier_credit.php index a3553321..12926f36 100644 --- a/purchasing/supplier_credit.php +++ b/purchasing/supplier_credit.php @@ -220,7 +220,6 @@ function check_data() _("Quantity On Hand") . " = " . number_format2($qoh, get_qty_dec($stock['stock_id']))); return false; } - return true; } } }