From: Mark Wells Date: Thu, 6 Oct 2016 23:30:32 +0000 (-0700) Subject: fix tower height, #39776 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=203bdd8c6e9e3d12526f80aa064c32ef7e42663a fix tower height, #39776 --- diff --git a/httemplate/misc/tower-export.html b/httemplate/misc/tower-export.html index d359a97a5..9d63640f0 100644 --- a/httemplate/misc/tower-export.html +++ b/httemplate/misc/tower-export.html @@ -18,7 +18,7 @@ if ( $cgi->param('format') eq 'tc' ) { next if ( !$tower->latitude or !$tower->longitude ); my $name = $tower->towername; - my $height = ( ($tower->altitude || 0 ) + ($tower->height || 0) ) / 3.28; + my $height = ($tower->height || 0) / 3.28; $name =~ s(,)( )g; $text .= join(',', $name,