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 --- include/offers-overview.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/offers-overview.php') diff --git a/include/offers-overview.php b/include/offers-overview.php index 7fd2de2..a246190 100644 --- a/include/offers-overview.php +++ b/include/offers-overview.php @@ -43,7 +43,7 @@ require_once('./login.php'); echo " {$offer->getId()} - {$offer->getContact()->getName()} + {$offer->getContact()->getName()} "; foreach ($offer->getAssignments() as $assignment) { echo "{$assignment->getTitle()}
(".constants::invoice_valuta."{$assignment->calculate(assignment::SUBTOTAL)} excl. VAT, ".constants::invoice_valuta."{$assignment->calculate(assignment::TOTAL)} incl. VAT)

{$assignment->getDescription()}

"; @@ -120,7 +120,7 @@ require_once('./login.php'); -- cgit v1.2.3