Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
[fa-stable.git] / manufacturing / inquiry / where_used_inquiry.php
index ca58c439f61a1ca561e7e353af2d784fe4ea5de0..c848a1dac99b9c6d65d9b5dc313945caffe81020 100644 (file)
@@ -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"]));
+               label_cell(qty_format($myrow["quantity"], $_POST['stock_id']));
                        end_row();
 
                $j++;