From 08e6ca70604aff5169dbcbf5b74215628ae4097e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 27 Jul 2016 16:18:13 +0200 Subject: Reorganise to have client use Model --- nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nav.php') 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) ); -- cgit v1.2.3