diff options
author | ivan <ivan> | 2002-04-22 21:18:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-04-22 21:18:10 +0000 |
commit | 672600ec20269dad5ec798b4a62711bfb29e49c0 (patch) | |
tree | 0f1966f0077a34e92b46ec861e8b743140c61ed1 | |
parent | 6fa9f6fe4cd0b090ea1f0b6236a00241070d0bdc (diff) |
add pkgpart to agent type listing
-rwxr-xr-x | httemplate/edit/agent_type.cgi | 2 |
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>', ; } |