Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / purchasing / inquiry / supplier_allocation_inquiry.php
index 14cb32900fd1a9eff3d6043087cc81e5c9f2fa1c..eb7cedc169c5da130b6f71a83dc3a06cc3207640 100644 (file)
@@ -42,7 +42,7 @@ start_form();
 if (!isset($_POST['supplier_id']))
        $_POST['supplier_id'] = get_global_supplier();
 
-start_table("class='tablestyle_noborder'");
+start_table(TABLESTYLE_NOBORDER);
 start_row();
 
 supplier_list_cells(_("Select a supplier: "), 'supplier_id', $_POST['supplier_id'], true);