X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fqual.cgi;fp=httemplate%2Fsearch%2Fqual.cgi;h=7133ef05606e1267c6f63d62a811e39d438da4ba;hb=25b48e1acbf6ad7ebd3e85b479ee6cd3a8ccd098;hp=1803ab8270a00a5aef5b9166a8ffded083d21e22;hpb=ec16e50b394e928b6810d6d3867de6d6ef918ce5;p=freeside.git 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;