summaryrefslogtreecommitdiff
path: root/httemplate/browse
diff options
context:
space:
mode:
authorivan <ivan>2009-10-29 18:38:09 +0000
committerivan <ivan>2009-10-29 18:38:09 +0000
commitfcc3ddbd03b97b88bf04f6984d7fd3c443fb14b5 (patch)
tree3982ce563d7b0fa726ae033aadf92748350b2123 /httemplate/browse
parent9d77a21db3642ca66d9a0e545b804b7e6b4090ee (diff)
customer classification, RT#6376
Diffstat (limited to 'httemplate/browse')
-rw-r--r--httemplate/browse/pkg_category.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/pkg_category.html b/httemplate/browse/pkg_category.html
index 2223445e1..a156c06da 100644
--- a/httemplate/browse/pkg_category.html
+++ b/httemplate/browse/pkg_category.html
@@ -22,7 +22,7 @@ die "access denied"
my $html_init =
qq!<A HREF="${p}browse/pkg_class.html">Package classes</A><BR><BR>!.
- 'Package categories define groups of package classes.<BR><BR>'.
+ 'Package categories define groups of package classes, used for sectioned invoices.<BR><BR>'.
qq!<A HREF="${p}edit/pkg_category.html"><I>Add a package category</I></A><BR><BR>!;
my $count_query = 'SELECT COUNT(*) FROM pkg_category';