mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-17 16:58:41 +00:00
fix bugs
This commit is contained in:
parent
85fa5acf0c
commit
b3d1807fb1
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user