diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-04-18 20:39:16 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-04-18 20:39:16 -0700 |
commit | e385ba02fcd5897a1ed19d9fd23a8471ef27a134 (patch) | |
tree | a93546629507c8f8d2c0664e7e747c41a105e9eb /httemplate/edit/svc_broadband.cgi | |
parent | 54156948ccda87655f9f4bb26a2747ab49b616ce (diff) |
add fields to svc_broadband, RT#
Diffstat (limited to 'httemplate/edit/svc_broadband.cgi')
-rw-r--r-- | httemplate/edit/svc_broadband.cgi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/httemplate/edit/svc_broadband.cgi b/httemplate/edit/svc_broadband.cgi index 0d4b9897b..1b85460e6 100644 --- a/httemplate/edit/svc_broadband.cgi +++ b/httemplate/edit/svc_broadband.cgi @@ -104,8 +104,12 @@ my @fields = ( { field=>'sectornum', type=>'select-tower_sector', }, { field=>'routernum', type=>'select-router_block_ip' }, { field=>'mac_addr' , type=>'input-mac_addr' }, - qw( latitude longitude altitude vlan_profile - performance_profile authkey plan_id ) + qw( + latitude longitude altitude + radio_serialnum radio_location poe_location rssi suid + ), + { field=>'shared_svcnum', type=>'search-svc_broadband', }, + qw( vlan_profile performance_profile authkey plan_id ), ); if ( $conf->exists('svc_broadband-radius') ) { |