[freeside-commits] branch master updated. d2d137731f88b8a0d35294284ec3571f46bd18b5

Ivan ivan at 420.am
Wed Jun 11 13:02:21 PDT 2014


The branch, master has been updated
       via  d2d137731f88b8a0d35294284ec3571f46bd18b5 (commit)
      from  615b19cd8d6ce68be77f2684e491a980957c8475 (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 d2d137731f88b8a0d35294284ec3571f46bd18b5
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jun 11 13:02:21 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