mirror of
https://github.com/Karaka-Management/oms-InvestmentManagement.git
synced 2026-02-17 04:38:42 +00:00
general fixes
This commit is contained in:
parent
e5c2fb018a
commit
d32a04fead
|
|
@ -75,7 +75,7 @@ $isNew = $option->id === 0;
|
||||||
<div class="flex-line wf-100">
|
<div class="flex-line wf-100">
|
||||||
<!-- @todo supplier id
|
<!-- @todo supplier id
|
||||||
<div>
|
<div>
|
||||||
<input type="text" id="iObjectSupplier" name="supplier" value="<?= $this->printHtml($option->supplier->account->name1); ?>">
|
<input type="text" id="iObjectSupplier" name="supplier" value="<?= $this->printHtml($option->supplier?->account?->name1); ?>">
|
||||||
</div>
|
</div>
|
||||||
-->
|
-->
|
||||||
<div>
|
<div>
|
||||||
|
|
@ -114,6 +114,7 @@ $isNew = $option->id === 0;
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php if (!$isNew) : ?>
|
||||||
<input type="radio" id="c-tab-2" name="tabular-2"<?= $this->request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
|
<input type="radio" id="c-tab-2" name="tabular-2"<?= $this->request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
@ -143,5 +144,6 @@ $isNew = $option->id === 0;
|
||||||
<div class="tab col-simple">
|
<div class="tab col-simple">
|
||||||
<?= $this->data['media-upload']->render('option-file', 'files', '', $option->files); ?>
|
<?= $this->data['media-upload']->render('option-file', 'files', '', $option->files); ?>
|
||||||
</div>
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user