summaryrefslogtreecommitdiff
path: root/FS/FS/Report/FCC_477.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/Report/FCC_477.pm')
-rw-r--r--FS/FS/Report/FCC_477.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/Report/FCC_477.pm b/FS/FS/Report/FCC_477.pm
index c93c919..75ddee0 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)",