Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / manufacturing / view / wo_production_view.php
index c79983fbb41bbd36a2a8d4c9f288bcf5535ced7b..e3aa2ef6dc07c216c985e4e8b54e07f3cf093462 100644 (file)
@@ -37,12 +37,10 @@ if ($_GET['trans_no'] != "")
 
 function display_wo_production($prod_id)
 {
-       global $table_style;
-
     $myrow = get_work_order_produce($prod_id);
 
        br(1);
-    start_table($table_style);
+    start_table(TABLESTYLE);
     $th = array(_("Production #"), _("Reference"), _("For Work Order #"),
        _("Item"), _("Quantity Manufactured"), _("Date"));
     table_header($th);