diff options
Diffstat (limited to 'httemplate/search/qual.cgi')
-rwxr-xr-x | httemplate/search/qual.cgi | 2 |
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; |