From 9d878141d7230e6d1a3a913d30ee04b3f2448cf2 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 19 Oct 2014 12:37:02 -0700 Subject: [PATCH] fix agent type selection for the simple case, RT#30942, RT#28804 --- httemplate/edit/part_pkg.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi index 9c18e9e5d..5e42687f9 100755 --- a/httemplate/edit/part_pkg.cgi +++ b/httemplate/edit/part_pkg.cgi @@ -208,7 +208,7 @@ {type=>'justtitle', value=>'Agent (reseller) types' }, { field => 'agent_type', - type => 'select-agent_types', + type => 'select-agent_type', disabled => ! $acl_edit_global, element_etc => 'size="10"', multiple => '1', #cause edit.html is dum -- 2.11.0