Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / sales / inquiry / sales_orders_view.php
index c60df3a432893f85f176634cbd71e503fac707a3..e382fd2414b51f1847a20c218769aac649b4d550 100644 (file)
@@ -220,7 +220,7 @@ if (get_post('_OrderNumber_changed')) // enable/disable selection controls
 
 start_form();
 
-start_table("class='tablestyle_noborder'");
+start_table(TABLESTYLE_NOBORDER);
 start_row();
 ref_cells(_("#:"), 'OrderNumber', '',null, '', true);
 if ($_POST['order_view_mode'] != 'DeliveryTemplates' && $_POST['order_view_mode'] != 'InvoiceTemplates')