summaryrefslogtreecommitdiff
path: root/httemplate/search/qual.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/qual.cgi')
-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 1803ab8..7133ef0 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;