[freeside-commits] branch FREESIDE_4_BRANCH updated. e75e33aecdc0a432e57d6dd6278a361e0d3bd950

Ivan ivan at 420.am
Fri Mar 4 11:03:34 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  e75e33aecdc0a432e57d6dd6278a361e0d3bd950 (commit)
      from  2319eebc90436a365deb96f75629c538d235b5f8 (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 e75e33aecdc0a432e57d6dd6278a361e0d3bd950
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 4 11:03:33 2016 -0800

    optimize location select (order package), RT#39822

diff --git a/FS/FS/cust_location.pm b/FS/FS/cust_location.pm
index 9415cc7..2b8a5c8 100644
--- a/FS/FS/cust_location.pm
+++ b/FS/FS/cust_location.pm
@@ -660,7 +660,7 @@ May become the default at some point.
 sub location_label {
   my( $self, %opt ) = @_;
 
-  my $prefix = $self->label_prefix;
+  my $prefix = $self->label_prefix(%opt);
   $prefix .= ($opt{join_string} ||  ': ') if $prefix;
   $prefix = '' if $opt{'no_prefix'};
 

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

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




More information about the freeside-commits mailing list