X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Finquiry%2Fwhere_used_inquiry.php;h=5abcc70e00c325aaf51d6caef61daaa58c10f5cc;hb=c89567ef64ba87a8387fa09ae8d55a4667d74f00;hp=ca58c439f61a1ca561e7e353af2d784fe4ea5de0;hpb=0b0690657989cd259e5966faaac7cacbfa89cee2;p=fa-stable.git diff --git a/manufacturing/inquiry/where_used_inquiry.php b/manufacturing/inquiry/where_used_inquiry.php index ca58c439..5abcc70e 100644 --- a/manufacturing/inquiry/where_used_inquiry.php +++ b/manufacturing/inquiry/where_used_inquiry.php @@ -22,7 +22,7 @@ echo "
"; set_global_stock_item($_POST['stock_id']); -if (isset($_POST['_stock_id_update'])) +if (list_updated('stock_id')) $Ajax->activate('usage_table'); if (isset($_POST['stock_id'])) @@ -59,7 +59,7 @@ if (isset($_POST['stock_id'])) label_cell("" . $myrow["parent"]. " - " . $myrow["description"]. ""); label_cell($myrow["WorkCentreName"]); label_cell($myrow["location_name"]); - label_cell(qty_format($myrow["quantity"])); + qty_cell($myrow["quantity"], false, get_qty_dec($_POST['stock_id'])); end_row(); $j++;