Merged bugfixes upto [0000072] (version 2.0.3).
[fa-stable.git] / manufacturing / inquiry / where_used_inquiry.php
index ca58c439f61a1ca561e7e353af2d784fe4ea5de0..5abcc70e00c325aaf51d6caef61daaa58c10f5cc 100644 (file)
@@ -22,7 +22,7 @@ echo "<hr></center>";
 
 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("<a href='$select_item'>" . $myrow["parent"]. " - " . $myrow["description"]. "</a>");
                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++;