X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_location.pm;h=2b8a5c88ddf12ea2e62a1868a48ddb61840c8ac7;hb=4d2467d2b8c2134f8cab6907c675a9c4f56472ed;hp=9415cc77cad178ad06c3f0b4cb44db227be2a944;hpb=49432ea28e2f6b274d614b8317fc18c423211e4f;p=freeside.git 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'};