From 6cd1eaed3f43ff8d3e649f76eb2083587d8d63d1 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 24 Nov 2015 12:23:14 -0800 Subject: add billing address fields to RT ticket search, #19154 --- FS/FS/cust_location.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'FS') diff --git a/FS/FS/cust_location.pm b/FS/FS/cust_location.pm index 09baff3ce..74b1bd19f 100644 --- a/FS/FS/cust_location.pm +++ b/FS/FS/cust_location.pm @@ -641,6 +641,11 @@ Prospect object (see L) String used to join location elements +=item no_prefix + +Don't label the default service location as "Default service location". +May become the default at some point. + =back =cut @@ -650,6 +655,7 @@ sub location_label { my $prefix = $self->label_prefix; $prefix .= ($opt{join_string} || ': ') if $prefix; + $prefix = '' if $opt{'no_prefix'}; $prefix . $self->SUPER::location_label(%opt); } -- cgit v1.2.1