Bad handling of graphic links in certain browsers
[fa-stable.git] / gl / manage / gl_accounts.php
index 55fd938906ab077b7036f4fa6e2c8ebed9a607e4..5c88705d83c8f9bcd0c7943eccf725d62d775449 100644 (file)
@@ -198,7 +198,7 @@ if (db_has_gl_accounts())
 {
        echo "<center>";
     echo _("Select an Account:") . "&nbsp;";
-    gl_all_accounts_list('AccountList', null, false, false, false,
+    gl_all_accounts_list('AccountList', null, false, false,
                _('New account'), true);
     echo "</center>";
 }
@@ -235,7 +235,7 @@ text_row_ex(_("Account Name:"), 'account_name', 60);
 
 gl_account_types_list_row(_("Account Group:"), 'account_type', null);
 
-tax_types_list_row(_("Tax Type:"), 'tax_code', null, _('No Tax'));
+tax_groups_list_row(_("Tax Group:"), 'tax_code', null, _('No Tax'));
 
 end_table(1);