From dbfc5216f8de1450f98e69f9513897b6ab66cfcb Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 1 Aug 2018 15:36:16 -0700 Subject: [PATCH] add labels --- FS/FS/svc_acct.pm | 9 +++++++++ 1 file changed, 9 insertions(+) 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', -- 2.11.0