From 2c5024a05daea660bdd4bbb52212a41aed1664dc Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 21 Apr 2016 12:07:29 -0700 Subject: generate sector coverage maps with Splat, checkpoint, #37802 --- httemplate/edit/process/tower.html | 1 + httemplate/edit/tower.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/process/tower.html b/httemplate/edit/process/tower.html index 02362db6a..d14ac56f8 100644 --- a/httemplate/edit/process/tower.html +++ b/httemplate/edit/process/tower.html @@ -4,6 +4,7 @@ process_o2m => { 'table' => 'tower_sector', 'fields' => [qw( sectorname ip_addr height freq_mhz direction width + downtilt v_width margin sector_range )], }, diff --git a/httemplate/edit/tower.html b/httemplate/edit/tower.html index fa3838dcf..f27f6accc 100644 --- a/httemplate/edit/tower.html +++ b/httemplate/edit/tower.html @@ -38,7 +38,7 @@ my $m2_error_callback = sub { # reconstruct the list my ($cgi, $object) = @_; my @fields = qw( - sectorname ip_addr height freq_mhz direction width sector_range + sectorname ip_addr height freq_mhz direction width tilt v_width margin sector_range ); map { -- cgit v1.2.1