X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fqual.cgi;h=7b718e498a76ac86695643d1f69f28cfb625cf5a;hp=1803ab8270a00a5aef5b9166a8ffded083d21e22;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=d20a6ac966a4236ed9115dd611739305e5879204 diff --git a/httemplate/search/qual.cgi b/httemplate/search/qual.cgi index 1803ab827..7b718e498 100755 --- a/httemplate/search/qual.cgi +++ b/httemplate/search/qual.cgi @@ -1,4 +1,4 @@ -<% include( 'elements/search.html', +<& elements/search.html, 'title' => 'Qualifications', 'name_singular' => 'qualification', 'query' => { 'table' => 'qual', @@ -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; @@ -51,8 +51,8 @@ '', '', ], - ) -%> + +&> <%init> die "access denied"