[freeside-commits] branch FREESIDE_3_BRANCH updated. c2f4d21edfe3434c02c9dbd666e684c2deb3258e
Ivan
ivan at 420.am
Wed Jun 11 13:02:22 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via c2f4d21edfe3434c02c9dbd666e684c2deb3258e (commit)
from bd37da0216a49ef4e69bdff3efce5cac4da3a9a6 (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 c2f4d21edfe3434c02c9dbd666e684c2deb3258e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jun 11 13:02:22 2014 -0700
Wholesale CDR cost re-billing, RT#27555
diff --git a/FS/FS/part_pkg/agent_cdr.pm b/FS/FS/part_pkg/agent_cdr.pm
index be0f987..55792f2 100644
--- a/FS/FS/part_pkg/agent_cdr.pm
+++ b/FS/FS/part_pkg/agent_cdr.pm
@@ -189,7 +189,8 @@ sub calc_recur {
#eo CDR calculations
- $charges += ($cust_pkg->quantity || 1) * $self->calc_recur_Common(@_);
+ $charges += ($cust_pkg->quantity || 1)
+ * $self->calc_recur_Common($cust_pkg, $sdate, $details, $param);
$charges;
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_pkg/agent_cdr.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list