summaryrefslogtreecommitdiff
path: root/httemplate/search/prospect_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/prospect_main.html')
-rw-r--r--httemplate/search/prospect_main.html4
1 files changed, 2 insertions, 2 deletions
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
];
},
],