X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_credit.php;h=0806b7cf5d48e5373d0dcc0b957ffab6013e67bc;hb=1265917ba03e48dffcb309dcbf496c67deb3d2d7;hp=4824344e0d907b1aff4ce8fdf92c01b1a09e0e8f;hpb=3450b59782a9ac2327a9c771975960883c5b1597;p=fa-stable.git 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; } } }