use media type codes in broadband subscription report, #28020
authorMark Wells <mark@freeside.biz>
Wed, 18 Feb 2015 23:50:45 +0000 (15:50 -0800)
committerMark Wells <mark@freeside.biz>
Wed, 18 Feb 2015 23:50:45 +0000 (15:50 -0800)
FS/FS/Report/FCC_477.pm

index c93c919..75ddee0 100644 (file)
@@ -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)",