mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-21 04:08:40 +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,
|
||||
'table' => 'clientmgmt_client_attr_default',
|
||||
'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>
|
||||
<tbody>
|
||||
<?php $count = 0;
|
||||
/** @var \Modules\Billing\Models\Bill $value */
|
||||
/** @var \Modules\Billing\Models\Bill $value */
|
||||
foreach ($bills as $key => $value) :
|
||||
++$count;
|
||||
$url = UriFactory::build('{/prefix}sales/bill?{?}&id=' . $value->getId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user