Replaced the ajax paging in stock movements with the old file.
[fa-stable.git] / manufacturing / view / wo_issue_view.php
index 484b08ec74161975a34eea80c69726ae4a1be3d3..b82eb3b5419c038c1d694376b39b5c6bd6a38725 100644 (file)
@@ -31,6 +31,7 @@ function display_wo_issue($issue_no)
 
     $myrow = get_work_order_issue($issue_no);
 
+       br(1);
     start_table($table_style);
     $th = array(_("Issue #"), _("Reference"), _("For Work Order #"),
        _("Item"), _("From Location"), _("To Work Centre"), _("Date of Issue"));
@@ -83,7 +84,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();;