[freeside-commits] branch FREESIDE_3_BRANCH updated. a7f520e2c78a791d32f62eacfbfef025ba7f1bc4

Mitch Jackson mitch at freeside.biz
Sat May 26 15:46:33 PDT 2018


The branch, FREESIDE_3_BRANCH has been updated
       via  a7f520e2c78a791d32f62eacfbfef025ba7f1bc4 (commit)
      from  5d0439ae95519ac2a076bc1cd9a98351f51b354a (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 a7f520e2c78a791d32f62eacfbfef025ba7f1bc4
Author: Mitch Jackson <mitch at freeside.biz>
Date:   Sat May 26 17:38:09 2018 -0500

    RT# 80268 Fix RADIUS usergroup UI bug

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;
-

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/svc_broadband.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list