[freeside-commits] branch FREESIDE_4_BRANCH updated. 61344de2708cefb228f6e8c03a25935e3dd497d3
Ivan Kohler
ivan at freeside.biz
Wed Apr 21 11:30:54 PDT 2021
The branch, FREESIDE_4_BRANCH has been updated
via 61344de2708cefb228f6e8c03a25935e3dd497d3 (commit)
from e1397c2e42682e73861ea3cb940876c309db3399 (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 61344de2708cefb228f6e8c03a25935e3dd497d3
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Apr 21 11:30:53 2021 -0700
eliminate dups, RT#85671
diff --git a/FS/FS/Report/FCC_477.pm b/FS/FS/Report/FCC_477.pm
index bb01db4c8..760f6f22d 100644
--- a/FS/FS/Report/FCC_477.pm
+++ b/FS/FS/Report/FCC_477.pm
@@ -384,7 +384,7 @@ sub fbd_sql {
my $order_by = 'censusblock, agentnum, technology, is_consumer, is_business';
- "SELECT ".join(', ', @select) . "
+ "SELECT DISTINCT ".join(', ', @select) . "
FROM $from
WHERE ".join(' AND ', @where)."
ORDER BY $order_by
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Report/FCC_477.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list