Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / sales / inquiry / customer_allocation_inquiry.php
index 343e367e2cd2f7758344d9b05acd8fbc15aef7a4..f32bd6cbb2c4212b1ef41d81aa7db91bd05fb84f 100644 (file)
@@ -36,7 +36,7 @@ if (!isset($_POST['customer_id']))
 
 start_form();
 
-start_table("class='tablestyle_noborder'");
+start_table(TABLESTYLE_NOBORDER);
 start_row();
 
 customer_list_cells(_("Select a customer: "), 'customer_id', $_POST['customer_id'], true);