mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-31 08:58:42 +00:00
fix table links+obj members
This commit is contained in:
parent
7061ee95dd
commit
689c0703ac
|
|
@ -80,7 +80,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tbody>
|
||||
<?php $count = 0; foreach($clients as $key => $value) : $count++;
|
||||
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/sales/client/profile?{?}&id=' . $value->getId()); ?>
|
||||
<tr>
|
||||
<tr data-href="<?= $url; ?>">
|
||||
<td><a href="<?= $url; ?>"><?= $this->printHtml($value->getNumber()); ?></a>
|
||||
<td><a href="<?= $url; ?>"><?= $this->printHtml($value->getProfile()->getAccount()->getName1()); ?></a>
|
||||
<td><a href="<?= $url; ?>"><?= $this->printHtml($value->getProfile()->getAccount()->getName2()); ?></a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user