[freeside-commits] branch FREESIDE_3_BRANCH updated. 2bd1de44ae0c911b15c7e46d2735d385d4fa1d6e

Mark Wells mark at 420.am
Thu Jun 18 17:18:58 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  2bd1de44ae0c911b15c7e46d2735d385d4fa1d6e (commit)
      from  abd722a1848ff5483f80cd6c8ccc12b6bde26b38 (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 2bd1de44ae0c911b15c7e46d2735d385d4fa1d6e
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Jun 18 17:17:52 2015 -0700

    apply global default rates to calls outside every region, #35199, from #30633

diff --git a/FS/FS/rate.pm b/FS/FS/rate.pm
index 9505cea..d305170 100644
--- a/FS/FS/rate.pm
+++ b/FS/FS/rate.pm
@@ -348,7 +348,7 @@ sub dest_detail {
       });
     }
 
-    return '' unless $rate_prefix;
+    return $self->default_detail unless $rate_prefix;
 
     $regionnum = $rate_prefix->regionnum;
 

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

Summary of changes:
 FS/FS/rate.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list