mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-10 05:48:43 +00:00
Automated formatting changes
This commit is contained in:
parent
96e8f635fa
commit
f8939a1b9b
|
|
@ -59,7 +59,7 @@ final class ClientAttributeTypeMapper extends DataMapperFactory
|
||||||
'mapper' => ClientAttributeValueMapper::class,
|
'mapper' => ClientAttributeValueMapper::class,
|
||||||
'table' => 'clientmgmt_client_attr_default',
|
'table' => 'clientmgmt_client_attr_default',
|
||||||
'self' => 'clientmgmt_client_attr_default_type',
|
'self' => 'clientmgmt_client_attr_default_type',
|
||||||
'external' => 'clientmgmt_client_attr_default_value'
|
'external' => 'clientmgmt_client_attr_default_value',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -163,7 +163,7 @@ $bills = $this->getData('newestInvoices') ?? [];
|
||||||
</label>
|
</label>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0;
|
<?php $count = 0;
|
||||||
/** @var \Modules\Billing\Models\Bill $value */
|
/** @var \Modules\Billing\Models\Bill $value */
|
||||||
foreach ($bills as $key => $value) :
|
foreach ($bills as $key => $value) :
|
||||||
++$count;
|
++$count;
|
||||||
$url = UriFactory::build('{/prefix}sales/bill?{?}&id=' . $value->getId());
|
$url = UriFactory::build('{/prefix}sales/bill?{?}&id=' . $value->getId());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user