[freeside-commits] branch master updated. 9000d0d9daea14055bda2c28b3a33c5742930460
Ivan
ivan at 420.am
Fri Mar 4 11:03:33 PST 2016
The branch, master has been updated
via 9000d0d9daea14055bda2c28b3a33c5742930460 (commit)
from 4bf89bb80c79c6ad24ea64c43faa3568193daebb (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 9000d0d9daea14055bda2c28b3a33c5742930460
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Mar 4 11:03:32 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