From 672600ec20269dad5ec798b4a62711bfb29e49c0 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 22 Apr 2002 21:18:10 +0000 Subject: [PATCH] add pkgpart to agent type listing --- httemplate/edit/agent_type.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!', $part_pkg->getfield('pkg'), '', + '">', $part_pkg->pkgpart. ": ". $part_pkg->getfield('pkg'), '', ; } -- 2.11.0