From 9000d0d9daea14055bda2c28b3a33c5742930460 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 4 Mar 2016 11:03:32 -0800 Subject: [PATCH] optimize location select (order package), RT#39822 --- FS/FS/cust_location.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_location.pm b/FS/FS/cust_location.pm index 9415cc77c..2b8a5c88d 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'}; -- 2.11.0