summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2022-03-03 20:23:35 -0800
committerIvan Kohler <ivan@freeside.biz>2022-03-03 20:23:35 -0800
commit58d6198b6d4a9cc22202a8e8cfe4a3be7408d87b (patch)
treee00094bca17f210c8b5ad42ea7e29fec24faac45
parent36c3098e46f45fda9063419606c52881c46e209b (diff)
fix 477 deployment report
-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 0f5d4ce..3749bfe 100644
--- a/FS/FS/Report/FCC_477.pm
+++ b/FS/FS/Report/FCC_477.pm
@@ -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