Changed API for input/lists functions, added empty hints when needed
[fa-stable.git] / gl / manage / gl_accounts.php
index 6c46842f7d7b9102cc95edf3d6fa108a79934697..df1f3df88849555ecfe8f6affdbff136ced009a4 100644 (file)
@@ -232,7 +232,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, true, _('No Tax'));
+tax_types_list_row(_("Tax Type:"), 'tax_code', null, _('No Tax'));
 
 end_table(1);