diff options
author | Mark Wells <mark@freeside.biz> | 2015-06-18 17:15:54 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-06-18 17:15:54 -0700 |
commit | ed4675557ac1b7012bc1c1607a73070f052bede5 (patch) | |
tree | 2dc7cdfa4e9accae197332df01f4ff89f3db8e4a | |
parent | 9ccb619364f1a04a98d914cd79bc7a75a9e196cb (diff) |
apply global default rates to calls outside every region, #35199, from #30633
-rw-r--r-- | FS/FS/rate.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/rate.pm b/FS/FS/rate.pm index a3826bff2..8ee9a83be 100644 --- a/FS/FS/rate.pm +++ b/FS/FS/rate.pm @@ -347,7 +347,7 @@ sub dest_detail { }); } - return '' unless $rate_prefix; + return $self->default_detail unless $rate_prefix; $regionnum = $rate_prefix->regionnum; |