X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_broadband.pm;h=b94fc69e0745f0d4ac82221ec0588732f05d2559;hb=a439c0c5998c428e7bfd533353911ae48b4bee7b;hp=40f2c9b2dd314538bdff9e6141468b64eb8cf2e4;hpb=69ca9d73711e89661a929f5f98d62b605a437354;p=freeside.git diff --git a/FS/FS/svc_broadband.pm b/FS/FS/svc_broadband.pm index 40f2c9b2d..b94fc69e0 100755 --- a/FS/FS/svc_broadband.pm +++ b/FS/FS/svc_broadband.pm @@ -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; -