projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fade69
)
Changed Class Type to Class Name
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 5 Sep 2009 15:07:26 +0000
(15:07 +0000)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 5 Sep 2009 15:07:26 +0000
(15:07 +0000)
gl/manage/gl_account_types.php
patch
|
blob
|
history
diff --git
a/gl/manage/gl_account_types.php
b/gl/manage/gl_account_types.php
index 19093b213f29ad769aa8c3fb9990c42c7a8a6768..b152e2cbabfe00f798e97d1ae9b5144f150193c5 100644
(file)
--- a/
gl/manage/gl_account_types.php
+++ b/
gl/manage/gl_account_types.php
@@
-124,7
+124,7
@@
if ($Mode == 'RESET')
$result = get_account_types();
start_form();
start_table($table_style);
-$th = array(_("ID"), _("Name"), _("Subgroup Of"), _("Class
Typ
e"), "", "");
+$th = array(_("ID"), _("Name"), _("Subgroup Of"), _("Class
Nam
e"), "", "");
table_header($th);
$k = 0;
@@
-184,7
+184,7
@@
text_row_ex(_("Name:"), 'name', 50);
gl_account_types_list_row(_("Subgroup Of:"), 'parent', null, _("None"), true);
-class_list_row(_("Class
Typ
e:"), 'class_id', null);
+class_list_row(_("Class
Nam
e:"), 'class_id', null);
end_table(1);