mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-10 17:08:41 +00:00
bug fixes
This commit is contained in:
parent
6dc2cbe614
commit
558ab1f5d3
|
|
@ -369,7 +369,7 @@ final class ApiController extends Controller
|
|||
fileNames: $request->getDataList('filenames'),
|
||||
files: $request->files,
|
||||
account: $request->header->account,
|
||||
basePath: __DIR__ . '/../../../Modules/Media/Files/Modules/SupplierManagement/Suppliers/' . ($request->getData('supplier') ?? '0'),
|
||||
basePath: __DIR__ . '/../../../Modules/Media/Files/Modules/SupplierManagement/Suppliers/' . ($request->getData('ref') ?? '0'),
|
||||
virtualPath: '/Modules/SupplierManagement/Suppliers/' . ($request->getData('ref') ?? '0'),
|
||||
pathSettings: PathSettings::FILE_PATH,
|
||||
tag: $request->getDataInt('tag'),
|
||||
|
|
|
|||
|
|
@ -965,7 +965,7 @@ echo $this->data['nav']->render();
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<input type="radio" id="c-tab-10" name="tabular-2" checked>
|
||||
<input type="radio" id="c-tab-10" name="tabular-2">
|
||||
<div class="tab col-simple">
|
||||
<?php $billElements = PurchaseBillMapper::getSupplierItem($supplier->id, SmartDateTime::startOfYear($this->data['business_start']), new SmartDateTime('now')); ?>
|
||||
<div class="row">
|
||||
|
|
@ -1134,13 +1134,13 @@ echo $this->data['nav']->render();
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<input type="radio" id="c-tab-7" name="tabular-2" checked>
|
||||
<input type="radio" id="c-tab-7" name="tabular-2">
|
||||
<div class="tab col-simple">
|
||||
<?= $this->data['note']->render('supplier-note', 'notes', $supplier->notes, '{/api}supplier/note?csrf={$CSRF}', (string) $supplier->id); ?>
|
||||
</div>
|
||||
|
||||
<?php if (!empty($logs)) : ?>
|
||||
<input type="radio" id="c-tab-17" name="tabular-2" checked>
|
||||
<input type="radio" id="c-tab-17" name="tabular-2">
|
||||
<div class="tab">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user