More files with Quantity routines needed fix due to php4 related issue.
[fa-stable.git] / manufacturing / inquiry / where_used_inquiry.php
index c848a1dac99b9c6d65d9b5dc313945caffe81020..e7958dca6ec1bb2ce0e889d355fb3f01a7ec8e20 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"], $_POST['stock_id']));
+               qty_cell($myrow["quantity"], false, get_qty_dec($_POST['stock_id']));
                        end_row();
 
                $j++;