diff options
author | jeff <jeff> | 2007-02-08 17:00:38 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-02-08 17:00:38 +0000 |
commit | 99f1c015eb0858e178d22025d47a951c74d7916d (patch) | |
tree | f89afbb9a721fc1223f46fc7fd57abe6c6481b1b /FS | |
parent | e498bae00f6ae8a8f83dd6e4983f662e54eb9362 (diff) |
fix usergroup in edit/part_svc.cgi
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/svc_acct.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 8504c1834..32ffb76d1 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -272,6 +272,7 @@ sub table_info { label => 'RADIUS groups', type => 'radius_usergroup_selector', disable_inventory => 1, + disable_select => 1, }, 'seconds' => { label => 'Seconds', type => 'text', |