X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fprospect_main.html;h=241918b98bd26f4c8df1fe8012d8a755d03a6edc;hb=54ef6b82c54b5d4c6336ab9fe96aed56fc92963c;hp=4798f58f2809ca2e663b1f96c97a82cb1a7065ea;hpb=d2acdd4d53071f9e0f9718e14532cb009cda1a85;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 ]; }, ],