[freeside-commits] branch FREESIDE_3_BRANCH updated. db0f30f212e777f4c08cf69b8f37792b5560e7b1
Ivan Kohler
ivan at freeside.biz
Thu Mar 3 20:23:39 PST 2022
The branch, FREESIDE_3_BRANCH has been updated
via db0f30f212e777f4c08cf69b8f37792b5560e7b1 (commit)
from fa7b2d94bff0db0059d989d64430cd1b59a93b55 (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 db0f30f212e777f4c08cf69b8f37792b5560e7b1
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 3 20:23:38 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