mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-02-14 16:58:42 +00:00
Unit test fixes and invoice impl. started
This commit is contained in:
parent
792108c891
commit
3caf989b24
|
|
@ -39,6 +39,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach($events as $key => $value) : $count++;
|
<?php $count = 0; foreach($events as $key => $value) : $count++;
|
||||||
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/eventmanagement/profile?{?}&id=' . $value->getId());?>
|
$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->getName(); ?></a>
|
||||||
<td><a href="<?= $url; ?>"><?= $value->getStart()->format('Y-m-d'); ?></a>
|
<td><a href="<?= $url; ?>"><?= $value->getStart()->format('Y-m-d'); ?></a>
|
||||||
<td><a href="<?= $url; ?>"><?= $value->getEnd()->format('Y-m-d'); ?></a>
|
<td><a href="<?= $url; ?>"><?= $value->getEnd()->format('Y-m-d'); ?></a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user