diff options
author | Camil Staps | 2016-07-27 16:18:13 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-27 16:18:13 +0200 |
commit | 08e6ca70604aff5169dbcbf5b74215628ae4097e (patch) | |
tree | 2fabea3a1bfd1ebf2d3ab3aa02a93aa8a51a779c /nav.php | |
parent | Initial Model class (diff) |
Reorganise to have client use Model
Diffstat (limited to 'nav.php')
-rw-r--r-- | nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) ); |