Fixed numeric fields to accept user native number format.
[fa-stable.git] / manufacturing / inquiry / where_used_inquiry.php
index 9304c197a7ea2ab4bd5c4f2c4b7c94f63ee50c3d..a31adc8dfe8d8effb2c2d265d98ebb862ca92101 100644 (file)
@@ -56,7 +56,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($myrow["quantity"]);
+               label_cell(qty_format($myrow["quantity"]));
                        end_row();
                        
                $j++;