From: Ivan Kohler Date: Wed, 1 Aug 2018 22:36:12 +0000 (-0700) Subject: add labels X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=31399723786cf0510e15b88ff7b8eaec3c909def add labels --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index de9199da4..7c35f013f 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -329,6 +329,15 @@ sub table_info { disable_select => 1, #UI wonky, pry works otherwise }, 'sectornum' => 'Tower sector', + 'routernum' => 'Router/block', + 'blocknum' => { + 'label' => 'Address block', + 'type' => 'select', + 'select_table' => 'addr_block', + 'select_key' => 'blocknum', + 'select_label' => 'cidr', + 'disable_inventory' => 1, + }, 'usergroup' => { label => 'RADIUS groups', type => 'select-radius_group.html',