Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / manufacturing / work_order_release.php
index 0d58b749a550b8e9969f56f316e5a584537abe49..edacd995bed8565b87362381f265450be3f15aba 100644 (file)
@@ -89,7 +89,7 @@ $_POST['memo_'] = "";
 
 if (can_process($myrow))
 {
-       start_table($table_style2);
+       start_table(TABLESTYLE2);
 
     label_row(_("Work Order #:"), $selected_id);
     label_row(_("Work Order Reference:"), $myrow["wo_ref"]);