diff options
-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>', ; } |