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