[freeside-commits] branch FREESIDE_3_BRANCH updated. 17d4ef635337a5ac7f5755fac01b19668c56f992
Ivan
ivan at 420.am
Fri Nov 8 14:26:07 PST 2013
The branch, FREESIDE_3_BRANCH has been updated
via 17d4ef635337a5ac7f5755fac01b19668c56f992 (commit)
from c6af9fc65bb5e974453a355a62506b54b2abcdca (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 17d4ef635337a5ac7f5755fac01b19668c56f992
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Nov 8 14:26:04 2013 -0800
RADIUS usage with svc_broadband export, RT#25378
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm
index 8e93d54..75102ce 100644
--- a/FS/FS/cust_pkg.pm
+++ b/FS/FS/cust_pkg.pm
@@ -3420,8 +3420,7 @@ sub attribute_since_sqlradacct {
foreach my $cust_svc (
grep {
my $part_svc = $_->part_svc;
- $part_svc->svcdb eq 'svc_acct'
- && scalar($part_svc->part_export_usage);
+ scalar($part_svc->part_export_usage);
} $self->cust_svc
) {
$sum += $cust_svc->attribute_since_sqlradacct($start, $end, $attrib);
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_pkg.pm | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list