mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-02-17 00:48:43 +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,
|
'mapper' => SupplierAttributeValueMapper::class,
|
||||||
'table' => 'suppliermgmt_supplier_attr_default',
|
'table' => 'suppliermgmt_supplier_attr_default',
|
||||||
'self' => 'suppliermgmt_supplier_attr_default_type',
|
'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'); ?>
|
<td><?= $this->getHtml('Date'); ?>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php
|
<?php
|
||||||
/** @var \Modules\Billing\Models\Bill $invoice */
|
/** @var \Modules\Billing\Models\Bill $invoice */
|
||||||
foreach ($newestInvoices as $invoice) :
|
foreach ($newestInvoices as $invoice) :
|
||||||
$url = UriFactory::build('{/prefix}purchase/bill?{?}&id=' . $invoice->getId());
|
$url = UriFactory::build('{/prefix}purchase/bill?{?}&id=' . $invoice->getId());
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user