diff options
author | Camil Staps | 2016-07-27 21:06:48 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-27 21:06:48 +0200 |
commit | 390251ac43ca889a318369342b4663ef928349d8 (patch) | |
tree | b2b0a68dd6fccf6fa52d2c1fc95bdd70811a60b3 /include/offers-view.php | |
parent | Discount: use Model (diff) |
Contact: use Model
Diffstat (limited to 'include/offers-view.php')
-rw-r--r-- | include/offers-view.php | 2 |
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' => '' ); |