summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-05-26 17:38:09 -0500
committerMitch Jackson <mitch@freeside.biz>2018-05-26 22:41:07 +0000
commitf3f123567e61f41a4004fc0d4cc73fba0dd52e52 (patch)
treebbfc4562dc6cb248287bf8e3409af1761dfb43c8
parent8984b12a616569e3bd467728f5db45b38c6e5609 (diff)
RT# 80268 Fix RADIUS usergroup UI bug
-rwxr-xr-xFS/FS/svc_broadband.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_broadband.pm b/FS/FS/svc_broadband.pm
index 38594f0df..96028df9c 100755
--- a/FS/FS/svc_broadband.pm
+++ b/FS/FS/svc_broadband.pm
@@ -134,6 +134,7 @@ sub table_info {
#select_table => 'radius_group',
#select_key => 'groupnum',
#select_label => 'groupname',
+ disable_select => 1,
disable_inventory => 1,
multiple => 1,
},
@@ -523,4 +524,3 @@ FS::part_svc, schema.html from the base documentation.
=cut
1;
-