X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fprospect_main.html;h=241918b98bd26f4c8df1fe8012d8a755d03a6edc;hb=ac541a006ca3b90039d21dca39c76cee34092553;hp=328d1202f05c0046697257321e22db1df966439d;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;p=freeside.git diff --git a/httemplate/search/prospect_main.html b/httemplate/search/prospect_main.html index 328d1202f..241918b98 100644 --- a/httemplate/search/prospect_main.html +++ b/httemplate/search/prospect_main.html @@ -1,4 +1,4 @@ -<% include('elements/search.html', +<& elements/search.html, 'title' => 'Prospect Search Results', 'name_singular' => 'prospect', 'query' => $query, @@ -12,9 +12,9 @@ sub { my $pm = shift; [ map { - [ { 'data' => $_->line, }, ]; + [ { 'data'=>$_->contact->line, }, ]; } - $pm->contact + $pm->prospect_contact ]; }, ], @@ -23,8 +23,9 @@ '', #link to contact edit??? ], 'agent_virt' => 1, - ) -%> + 'disableable' => 1, + 'disabled_statuspos' => 2, +&> <%init> die "access denied"