fix 477 deployment report
authorIvan Kohler <ivan@freeside.biz>
Fri, 4 Mar 2022 04:23:32 +0000 (20:23 -0800)
committerIvan Kohler <ivan@freeside.biz>
Fri, 4 Mar 2022 04:23:32 +0000 (20:23 -0800)
FS/FS/Report/FCC_477.pm

index 0f5d4ce..3749bfe 100644 (file)
@@ -382,7 +382,8 @@ sub fbd_sql {
   );
   push @where, "agentnum = $agentnum" if $agentnum;
 
-  my $order_by = 'censusblock, agentnum, technology, is_consumer, is_business';
+  #my $order_by = 'censusblock, agentnum, technology, is_consumer, is_business';
+  my $order_by = 'censusblock, technology';
 
   "SELECT DISTINCT ".join(', ', @select) . "
   FROM $from