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

index 6ab9e34..e8f27f8 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)",