RT# 80268 Fix RADIUS usergroup UI bug
[freeside.git] / FS / FS / svc_broadband.pm
index e295f73..96028df 100755 (executable)
@@ -103,6 +103,7 @@ sub table_info {
     'display_weight' => 50,
     'cancel_weight'  => 70,
     'ip_field' => 'ip_addr',
+    'manual_require' => 1,
     'fields' => {
       'svcnum'      => 'Service',
       'description' => 'Descriptive label',
@@ -133,6 +134,7 @@ sub table_info {
                          #select_table => 'radius_group',
                          #select_key   => 'groupnum',
                          #select_label => 'groupname',
+                         disable_select => 1,
                          disable_inventory => 1,
                          multiple => 1,
                        },
@@ -522,4 +524,3 @@ FS::part_svc, schema.html from the base documentation.
 =cut
 
 1;
-