[freeside-commits] branch FREESIDE_3_BRANCH updated. 9d878141d7230e6d1a3a913d30ee04b3f2448cf2
Ivan
ivan at 420.am
Sun Oct 19 12:37:23 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 9d878141d7230e6d1a3a913d30ee04b3f2448cf2 (commit)
from c9994d080422aec5188ee08851a493ce1794c3b7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9d878141d7230e6d1a3a913d30ee04b3f2448cf2
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Oct 19 12:37:02 2014 -0700
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 9c18e9e..5e42687 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
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/part_pkg.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list