Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / manufacturing / work_order_add_finished.php
index c23dc93f42ca7fe8977743f84c7fa11e27bf7311..953e863f7d0fecb5e3631bfdf1e6f703b2cd4808 100644 (file)
@@ -185,7 +185,7 @@ $dec = get_qty_dec($wo_details["stock_id"]);
 if (!isset($_POST['quantity']) || $_POST['quantity'] == '')
        $_POST['quantity'] = qty_format(max($wo_details["units_reqd"] - $wo_details["units_issued"], 0), $wo_details["stock_id"], $dec);
 
-start_table($table_style2);
+start_table(TABLESTYLE2);
 br();
 
 ref_row(_("Reference:"), 'ref', '', $Refs->get_next(29));