Fixed duplicated groups in list selectors.
[fa-stable.git] / admin / gl_setup.php
index 6a9ad9cd2e995e1088e76c9081882539e64097a3..9a05784ffcc014bce34fd0efa70d6a2cd739f15f 100644 (file)
@@ -79,7 +79,8 @@ if (isset($_POST['submit']) && can_process())
 
 start_form();
 
-start_outer_table("class='tablestyle'");
+//start_outer_table("class='tablestyle'");
+start_outer_table($table_style2, 5);
 
 table_section(1);
 
@@ -141,7 +142,7 @@ table_section_title(_("Customers and Sales Defaults"));
 gl_all_accounts_list_row(_("Receivable Account:"), 'debtors_act');
 
 gl_all_accounts_list_row(_("Sales Account:"), 'default_sales_act', null,
-       false, false, false, true);
+       false, false, true);
 
 gl_all_accounts_list_row(_("Sales Discount Account:"), 'default_sales_discount_act');