X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fprospect_main.html;h=241918b98bd26f4c8df1fe8012d8a755d03a6edc;hb=167dbdad01e2c1b62fd9be43cc05212e8c874a02;hp=4798f58f2809ca2e663b1f96c97a82cb1a7065ea;hpb=475ae93877f1d834941f7b9adcc35ee84c5c22fa;p=freeside.git diff --git a/httemplate/search/prospect_main.html b/httemplate/search/prospect_main.html index 4798f58f2..241918b98 100644 --- a/httemplate/search/prospect_main.html +++ b/httemplate/search/prospect_main.html @@ -12,9 +12,9 @@ sub { my $pm = shift; [ map { - [ { 'data' => $_->line, }, ]; + [ { 'data'=>$_->contact->line, }, ]; } - $pm->contact + $pm->prospect_contact ]; }, ],