diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2018-05-26 17:38:09 -0500 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-05-26 22:41:45 +0000 |
| commit | a7f520e2c78a791d32f62eacfbfef025ba7f1bc4 (patch) | |
| tree | 833635a29ad8b794f899a26f4192d86925b329f7 | |
| parent | 5d0439ae95519ac2a076bc1cd9a98351f51b354a (diff) | |
RT# 80268 Fix RADIUS usergroup UI bug
| -rwxr-xr-x | FS/FS/svc_broadband.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_broadband.pm b/FS/FS/svc_broadband.pm index 2cdc284d7..b94fc69e0 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; - |
