From d399bb6a864b32ac6a04edcc5ff7b94608b44a56 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 6 Mar 2015 15:38:01 +0100 Subject: Finished offers --- include/home.php | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 66 insertions(+), 5 deletions(-) diff --git a/include/home.php b/include/home.php index f30c8bc..f47f541 100644 --- a/include/home.php +++ b/include/home.php @@ -34,7 +34,7 @@ require('header.php');
# | +Contact | +Offer ended | +{$offer->getId()} | "; + echo "{$offer->getContact()->getClient()->getName()} | "; + echo "".BusinessAdmin::formatDate($offer->getEndDate(), false)." | "; + echo ""; + } + if (count($offers) == 0) { + echo "
---|---|---|
There are no currently active offers. |