summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorivan <ivan>2011-03-20 19:38:28 +0000
committerivan <ivan>2011-03-20 19:38:28 +0000
commit25b48e1acbf6ad7ebd3e85b479ee6cd3a8ccd098 (patch)
tree76a7b1cefa290a28610525ef02766f9c9f49318a /httemplate/search
parentec16e50b394e928b6810d6d3867de6d6ef918ce5 (diff)
qualification address handling changes, RT#7111
Diffstat (limited to 'httemplate/search')
-rwxr-xr-xhttemplate/search/qual.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/qual.cgi b/httemplate/search/qual.cgi
index 1803ab827..7133ef056 100755
--- a/httemplate/search/qual.cgi
+++ b/httemplate/search/qual.cgi
@@ -22,7 +22,7 @@
$self->status_long;
},
sub { shift->cust_or_prospect->name },
- 'phonenum',
+ sub { shift->phonenum || '(none - dry loop)' },
sub {
my $self = shift;
my %location_hash= $self->location_hash;