[freeside-commits] branch FREESIDE_3_BRANCH updated. 04d613ce3a2f51e90e4a103e28ce0e0858e8169e
Ivan Kohler
ivan at freeside.biz
Wed Apr 21 11:30:57 PDT 2021
The branch, FREESIDE_3_BRANCH has been updated
via 04d613ce3a2f51e90e4a103e28ce0e0858e8169e (commit)
from e72a34d0f1719ed3e96f0c1f18bb9f4811239245 (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 04d613ce3a2f51e90e4a103e28ce0e0858e8169e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Apr 21 11:30:56 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