Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
[fa-stable.git] / manufacturing / view / wo_issue_view.php
index 484b08ec74161975a34eea80c69726ae4a1be3d3..e3ba38bcb7358d44b97b45d708aa71f417e3de9f 100644 (file)
@@ -83,7 +83,7 @@ function display_wo_issue_details($issue_no)
                        alt_table_row_color($k);
 
                label_cell($myrow["stock_id"]  . " - " . $myrow["description"]);
-            qty_cell($myrow["qty_issued"]);
+            qty_cell($myrow["qty_issued"], false, get_qty_dec($myrow["stock_id"]));
                        label_cell($myrow["units"]);
                        end_row();;