[freeside-commits] branch master updated. b0888dc8399fc4e8d75c874c00d01366eacf5596
Ivan Kohler
ivan at freeside.biz
Wed Apr 21 11:30:51 PDT 2021
The branch, master has been updated
via b0888dc8399fc4e8d75c874c00d01366eacf5596 (commit)
from bd33fbeb07a15412dfa02be60f2effd94103fb58 (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 b0888dc8399fc4e8d75c874c00d01366eacf5596
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Apr 21 11:30:50 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