Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / purchasing / inquiry / po_search.php
index e0108a4045fddceb22f1540d57288897bcacddbb..54cb22ef17a5b3b07cab16b4a8264a7349f886e9 100644 (file)
@@ -57,7 +57,7 @@ if (get_post('SearchOrders'))
 
 start_form();
 
-start_table("class='tablestyle_noborder'");
+start_table(TABLESTYLE_NOBORDER);
 start_row();
 ref_cells(_("#:"), 'order_number', '',null, '', true);