X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_accounts.php;h=2520d355cfd7e43038e023123e378dfa4bc07bcf;hb=1f0c585ef87e9138499a71ae2954b1a177a6ef97;hp=55fd938906ab077b7036f4fa6e2c8ebed9a607e4;hpb=dbb497f6a9307d23524f45b6a87df60352517029;p=fa-stable.git diff --git a/gl/manage/gl_accounts.php b/gl/manage/gl_accounts.php index 55fd9389..2520d355 100644 --- a/gl/manage/gl_accounts.php +++ b/gl/manage/gl_accounts.php @@ -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);