aboutsummaryrefslogtreecommitdiff
path: root/include/offers-view.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/offers-view.php')
-rw-r--r--include/offers-view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/offers-view.php b/include/offers-view.php
index 9a2978f..aba4c26 100644
--- a/include/offers-view.php
+++ b/include/offers-view.php
@@ -35,7 +35,7 @@ $_offer = new Offer($_pdo, $_id);
$temp = array(
'id' => $_offer->getId(),
- 'contact' => $_offer->getContact()->getName(),
+ 'contact' => $_offer->getContact()->name,
'assignments' => '',
'assignments_header' => ''
);