From 899b047b7546b3b6f1e8b7f94c585ce5b98c17b4 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 29 Mar 2018 12:25:21 -0400 Subject: [PATCH] RT# 78356 - fix for saisei integration --- FS/FS/tower_sector.pm | 1 + httemplate/elements/tower_sector.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/FS/FS/tower_sector.pm b/FS/FS/tower_sector.pm index 90d6a9cb5..e4996f3aa 100644 --- a/FS/FS/tower_sector.pm +++ b/FS/FS/tower_sector.pm @@ -1,6 +1,7 @@ package FS::tower_sector; use base qw( FS::Record ); +use FS::Record qw(dbh qsearch); use Class::Load qw(load_class); use File::Path qw(make_path); use Data::Dumper; diff --git a/httemplate/elements/tower_sector.html b/httemplate/elements/tower_sector.html index 987177582..722c5d74e 100644 --- a/httemplate/elements/tower_sector.html +++ b/httemplate/elements/tower_sector.html @@ -61,6 +61,8 @@ tie my %label, 'Tie::IxHash', 'v_width' => 'Vert. width', 'sector_range' => 'Range', 'margin' => 'Signal margin (dB)', + 'up_rate_limit' => 'Up rate limit', + 'down_rate_limit' => 'Down rate limit', ; my @fields = keys %label; -- 2.11.0