mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-08 04:28:41 +00:00
fix bugs
This commit is contained in:
parent
85fa5acf0c
commit
b3d1807fb1
|
|
@ -272,7 +272,7 @@
|
|||
"order": 5,
|
||||
"from": "Billing",
|
||||
"permission": { "permission": 2, "category": null, "element": null },
|
||||
"parent": 1003401001,
|
||||
"parent": 1002101001,
|
||||
"children": [
|
||||
{
|
||||
"id": 1005110101,
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ echo $this->data['nav']->render(); ?>
|
|||
</div>
|
||||
<?php if (($bill->client?->id ?? 0) > 0) : ?>
|
||||
<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>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user