Changed so GL Account Types id allows up to 6 digits
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 13 Jan 2010 19:24:24 +0000 (19:24 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 13 Jan 2010 19:24:24 +0000 (19:24 +0000)
CHANGELOG.txt
gl/manage/gl_account_types.php

index adb441b202c029369c636386ec1c04c2b8524d93..aa7e6d8a02adbf7245718906f95f36ab4ddae827 100644 (file)
@@ -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
index ac3b32cfd720288d5e7b6df568b16bc13d56f7d2..2661b5a1dd11b2d8583e58fb68a68233de1babaf 100644 (file)
@@ -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);