Unit test fixes and invoice impl. started

This commit is contained in:
Dennis Eichhorn 2017-03-19 15:51:26 +01:00
parent 792108c891
commit 3caf989b24

View File

@ -39,6 +39,7 @@ echo $this->getData('nav')->render(); ?>
<tbody>
<?php $count = 0; foreach($events as $key => $value) : $count++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/eventmanagement/profile?{?}&id=' . $value->getId());?>
<tr>
<td><a href="<?= $url; ?>"><?= $value->getName(); ?></a>
<td><a href="<?= $url; ?>"><?= $value->getStart()->format('Y-m-d'); ?></a>
<td><a href="<?= $url; ?>"><?= $value->getEnd()->format('Y-m-d'); ?></a>