Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / dimensions / inquiry / search_dimensions.php
index 49c2dc0b30c17e6de29a8e85459370279fc9ef54..ccf72adaa055717e005ec5e30ff49c31f42eb085 100644 (file)
@@ -67,7 +67,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);