Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / manufacturing / search_work_orders.php
index f212a1a842d5cb8e04dcc8cef864d81a73f1af56..6d52e5f5ff57ba08bd000754a35cb30aa867099c 100644 (file)
@@ -62,7 +62,7 @@ if (isset($_GET["stock_id"]))
 
 start_form(false, false, $_SERVER['PHP_SELF'] ."?outstanding_only=$outstanding_only");
 
-start_table("class='tablestyle_noborder'");
+start_table(TABLESTYLE_NOBORDER);
 start_row();
 ref_cells(_("Reference:"), 'OrderNumber', '',null, '', true);