summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2022-03-03 20:23:32 -0800
committerIvan Kohler <ivan@freeside.biz>2022-03-03 20:23:32 -0800
commit8e635ac832696698fab3299f68acf0f58781c248 (patch)
tree908c51a3b1b166b39f4c27c49a44dc1f5101b9a8 /FS
parent10dbf48db68e0ca9264865cb98c24cb05c104824 (diff)
fix 477 deployment report
Diffstat (limited to 'FS')
-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 0f5d4cedc..3749bfebe 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