aboutsummaryrefslogtreecommitdiff
path: root/nav.php
diff options
context:
space:
mode:
Diffstat (limited to 'nav.php')
-rw-r--r--nav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/nav.php b/nav.php
index 3b67dbb..caeb6e5 100644
--- a/nav.php
+++ b/nav.php
@@ -57,7 +57,7 @@
'start' => $start,
'end' => $end,
'id' => $offer->getId(),
- 'contactClientName' => $offer->getContact()->getClient()->getName(),
+ 'contactClientName' => $offer->getContact()->getClient()->name,
'percentage' => $percentage,
'price' => constants::invoice_valuta . $offer->calculate(offer::SUBTOTAL)
);