From ba5975d05c4bf88a47750fecf8651821460ab30f Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 16 Jun 2011 20:21:41 +0000 Subject: add default_agentnum config, RT#13302 --- httemplate/config/config.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/config/config.cgi') diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index cde48382a..040ed0403 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -323,7 +323,7 @@ my @config_items = $conf->config_items; my %confitems = map { $_->key => $_ } @config_items; my %element_types = map { $_ => 1 } qw( - select-part_svc select-part_pkg select-pkg_class + select-part_svc select-part_pkg select-pkg_class select-agent ); -- cgit v1.2.1