X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_account_types.php;h=6426408f45c0d6da787a0c19628094d7076dcd5f;hb=570a9b11ac5a56bf97aeef669838ef45abaf65a4;hp=8485eb7633dd8f77cb4afa2774e4811049a8b484;hpb=6183e9450dcd7e4c747889c10903f6ff1b0add33;p=fa-stable.git diff --git a/gl/manage/gl_account_types.php b/gl/manage/gl_account_types.php index 8485eb76..6426408f 100644 --- a/gl/manage/gl_account_types.php +++ b/gl/manage/gl_account_types.php @@ -165,7 +165,7 @@ if ($selected_id != "") text_row_ex(_("Name:"), 'name', 50); -gl_account_types_list_row(_("Subgroup Of:"), 'parent', null, true, _("None"), true); +gl_account_types_list_row(_("Subgroup Of:"), 'parent', null, _("None"), true); class_list_row(_("Class Type:"), 'class_id', null);