summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_location.pm2
1 files changed, 1 insertions, 1 deletions
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'};