summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-04-22 21:18:10 +0000
committerivan <ivan>2002-04-22 21:18:10 +0000
commit672600ec20269dad5ec798b4a62711bfb29e49c0 (patch)
tree0f1966f0077a34e92b46ec861e8b743140c61ed1
parent6fa9f6fe4cd0b090ea1f0b6236a00241070d0bdc (diff)
add pkgpart to agent type listing
-rwxr-xr-xhttemplate/edit/agent_type.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/agent_type.cgi b/httemplate/edit/agent_type.cgi
index 4a4cd9a47..637c710ab 100755
--- a/httemplate/edit/agent_type.cgi
+++ b/httemplate/edit/agent_type.cgi
@@ -46,7 +46,7 @@ foreach my $part_pkg ( qsearch('part_pkg',{ 'disabled' => '' }) ) {
: '',
qq!VALUE="ON"> !,
qq!<A HREF="${p}edit/part_pkg.cgi?!, $part_pkg->pkgpart,
- '">', $part_pkg->getfield('pkg'), '</A>',
+ '">', $part_pkg->pkgpart. ": ". $part_pkg->getfield('pkg'), '</A>',
;
}