mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 01:18:40 +00:00
Automated formatting changes
This commit is contained in:
parent
c1b6d729d9
commit
af444d0db6
|
|
@ -59,7 +59,7 @@ final class SupplierAttributeTypeMapper extends DataMapperFactory
|
|||
'mapper' => SupplierAttributeValueMapper::class,
|
||||
'table' => 'suppliermgmt_supplier_attr_default',
|
||||
'self' => 'suppliermgmt_supplier_attr_default_type',
|
||||
'external' => 'suppliermgmt_supplier_attr_default_value'
|
||||
'external' => 'suppliermgmt_supplier_attr_default_value',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -290,7 +290,7 @@ echo $this->getData('nav')->render();
|
|||
<td><?= $this->getHtml('Date'); ?>
|
||||
<tbody>
|
||||
<?php
|
||||
/** @var \Modules\Billing\Models\Bill $invoice */
|
||||
/** @var \Modules\Billing\Models\Bill $invoice */
|
||||
foreach ($newestInvoices as $invoice) :
|
||||
$url = UriFactory::build('{/prefix}purchase/bill?{?}&id=' . $invoice->getId());
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user