[freeside-commits] branch master updated. 311b0ceeab5af6570b5e9980b54848b24c973cad
Ivan
ivan at 420.am
Fri Nov 8 14:26:03 PST 2013
The branch, master has been updated
via 311b0ceeab5af6570b5e9980b54848b24c973cad (commit)
from b286638fd4cb875178b0247a04b2706a44cadf6f (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 311b0ceeab5af6570b5e9980b54848b24c973cad
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Nov 8 14:26:01 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 771d3ec..98f8a37 100644
--- a/FS/FS/cust_pkg.pm
+++ b/FS/FS/cust_pkg.pm
@@ -3462,8 +3462,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