From b3060f01f97c47413d82c2e9ec2b69d48c6eff3b Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 13 Jan 2010 19:24:24 +0000 Subject: [PATCH] Changed so GL Account Types id allows up to 6 digits --- CHANGELOG.txt | 2 ++ gl/manage/gl_account_types.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index adb441b2..aa7e6d8a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -24,6 +24,8 @@ $ -> Affected files $ /inventory/cost_update.php /inventory/includes/item_adjustments_ui.inc /inventory/view/view_adjustment.php +! Changed so GL Account Types id allows up to 6 digits. +$ /gl/manage/gl_account_types.php 12-Jan-2010 Janusz Dobrowolski # Fixed buggy exemptions display diff --git a/gl/manage/gl_account_types.php b/gl/manage/gl_account_types.php index ac3b32cf..2661b5a1 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', 4); + text_row_ex(_("ID:"), 'id', 6); text_row_ex(_("Name:"), 'name', 50); gl_account_types_list_row(_("Subgroup Of:"), 'parent', null, _("None"), true); -- 2.30.2