[freeside-commits] branch master updated. 1820be6ab6ebe7efa911b4dc80810b07c233980f
Mark Wells
mark at 420.am
Thu Apr 14 12:16:47 PDT 2016
The branch, master has been updated
via 1820be6ab6ebe7efa911b4dc80810b07c233980f (commit)
from b7344239c90fe47c06779eea198b18419faa83df (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1820be6ab6ebe7efa911b4dc80810b07c233980f
Author: Mark Wells <mark at freeside.biz>
Date: Thu Apr 14 12:16:28 2016 -0700
fix tower height, #39776
diff --git a/httemplate/misc/tower-export.html b/httemplate/misc/tower-export.html
index d359a97..9d63640 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,
-----------------------------------------------------------------------
Summary of changes:
httemplate/misc/tower-export.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list