X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gl%2Fmanage%2Fgl_account_types.php;h=57ab4a65730ca161b8a1462ed5d20962dcc84d4c;hb=9478a0cdeaf9201d2f3947e11e58d90354050025;hp=8efa766e7e05b2c2b1b45dc1e2f0b22d3e69b459;hpb=d3f047621e21e734300f97c1361a4c7b96e0f385;p=fa-stable.git diff --git a/gl/manage/gl_account_types.php b/gl/manage/gl_account_types.php index 8efa766e..57ab4a65 100644 --- a/gl/manage/gl_account_types.php +++ b/gl/manage/gl_account_types.php @@ -174,7 +174,7 @@ if ($selected_id != -1) label_row(_("ID:"), $_POST['id']); } else - text_row_ex(_("ID:"), 'id', 4); + text_row_ex(_("ID:"), 'id', 10); text_row_ex(_("Name:"), 'name', 50); gl_account_types_list_row(_("Subgroup Of:"), 'parent', null, _("None"), true);