[freeside-commits] branch FREESIDE_4_BRANCH updated. 58d6198b6d4a9cc22202a8e8cfe4a3be7408d87b
Ivan Kohler
ivan at freeside.biz
Thu Mar 3 20:23:36 PST 2022
The branch, FREESIDE_4_BRANCH has been updated
via 58d6198b6d4a9cc22202a8e8cfe4a3be7408d87b (commit)
from 36c3098e46f45fda9063419606c52881c46e209b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 58d6198b6d4a9cc22202a8e8cfe4a3be7408d87b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 3 20:23:35 2022 -0800
fix 477 deployment report
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
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Report/FCC_477.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list