From: Mark Wells Date: Wed, 18 Feb 2015 23:24:21 +0000 (-0800) Subject: use media type codes in broadband subscription report, #28020 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=047df8064e648fc81636e08bae8b1cd9065ee793;p=freeside.git use media type codes in broadband subscription report, #28020 --- diff --git a/FS/FS/Report/FCC_477.pm b/FS/FS/Report/FCC_477.pm index 6ab9e3489..e8f27f84c 100644 --- a/FS/FS/Report/FCC_477.pm +++ b/FS/FS/Report/FCC_477.pm @@ -400,7 +400,8 @@ sub fbs_sql { my @select = ( "$censustract AS censustract", - 'technology', + '(technology - technology % 10) AS media_type', + # media types are multiples of 10 'broadband_downstream', 'broadband_upstream', "SUM($q)",