From 8eae1be4962be027cb3804faef3bf7dddddb913a Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 15 Jan 2010 17:43:38 +0000 Subject: [PATCH] Fixed maximal id length to 10 digits. --- gl/manage/gl_account_types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl/manage/gl_account_types.php b/gl/manage/gl_account_types.php index 2661b5a..b73d911 100644 --- a/gl/manage/gl_account_types.php +++ b/gl/manage/gl_account_types.php @@ -182,7 +182,7 @@ if ($selected_id != -1) label_row(_("ID:"), $_POST['id']); } else - text_row_ex(_("ID:"), 'id', 6); + text_row_ex(_("ID:"), 'id', 10); text_row_ex(_("Name:"), 'name', 50); gl_account_types_list_row(_("Subgroup Of:"), 'parent', null, _("None"), true); -- 2.30.2