From: Ivan Kohler Date: Sun, 19 Oct 2014 19:37:02 +0000 (-0700) Subject: fix agent type selection for the simple case, RT#30942, RT#28804 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9d878141d7230e6d1a3a913d30ee04b3f2448cf2 fix agent type selection for the simple case, RT#30942, RT#28804 --- 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