This commit is contained in:
Dennis Eichhorn 2023-10-20 16:53:41 +00:00
parent 85fa5acf0c
commit b3d1807fb1
2 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@
"order": 5, "order": 5,
"from": "Billing", "from": "Billing",
"permission": { "permission": 2, "category": null, "element": null }, "permission": { "permission": 2, "category": null, "element": null },
"parent": 1003401001, "parent": 1002101001,
"children": [ "children": [
{ {
"id": 1005110101, "id": 1005110101,

View File

@ -117,7 +117,7 @@ echo $this->data['nav']->render(); ?>
</div> </div>
<?php if (($bill->client?->id ?? 0) > 0) : ?> <?php if (($bill->client?->id ?? 0) > 0) : ?>
<div class="ipt-second"> <div class="ipt-second">
<a class="button" href="<?= UriFactory::build('{/app}/sales/client/profile?id=' . $bill->client->id); ?>"><?= $this->getHtml('Client'); ?></a> <a class="button" href="<?= UriFactory::build('{/base}/sales/client/profile?id=' . $bill->client->id); ?>"><?= $this->getHtml('Client'); ?></a>
</div> </div>
<?php endif; ?> <?php endif; ?>
</div> </div>