[freeside-commits] branch master updated. 20d2a04059d45272e06c8677e442913a251f04a2

Ivan ivan at 420.am
Wed May 7 18:19:06 PDT 2014


The branch, master has been updated
       via  20d2a04059d45272e06c8677e442913a251f04a2 (commit)
      from  9003e8b83224c67bf82029ff167c706973e0aec6 (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 20d2a04059d45272e06c8677e442913a251f04a2
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed May 7 18:19:05 2014 -0700

    fix CDR pre-rating w/unlinked phone numbers, RT#27267

diff --git a/FS/FS/cdr.pm b/FS/FS/cdr.pm
index d3e44fe..d13c88b 100644
--- a/FS/FS/cdr.pm
+++ b/FS/FS/cdr.pm
@@ -911,7 +911,7 @@ sub rate_prefix {
         $charge_sec -= ($included_min->{$regionnum}{$ratetimenum} * 60);
         $included_min->{$regionnum}{$ratetimenum} = 0;
       }
-    } elsif ( ${ $opt{'plan_included_min'} } > 0 ) {
+    } elsif ( $opt{plan_included_min} && ${ $opt{plan_included_min} } > 0 ) {
       # The package definition has included minutes, but only for in-group
       # rate details.  Decrement them if this is an in-group call.
       if ( $rate_detail->region_group ) {

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cdr.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list