diff options
| author | ivan <ivan> | 2011-03-20 19:38:28 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-03-20 19:38:28 +0000 |
| commit | 25b48e1acbf6ad7ebd3e85b479ee6cd3a8ccd098 (patch) | |
| tree | 76a7b1cefa290a28610525ef02766f9c9f49318a /httemplate/search/qual.cgi | |
| parent | ec16e50b394e928b6810d6d3867de6d6ef918ce5 (diff) | |
qualification address handling changes, RT#7111
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; |
