bug fixes
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-10-12 00:29:39 +00:00
parent 3083958d0c
commit f96e97827d

View File

@ -97,7 +97,7 @@ echo $this->data['nav']->render(); ?>
</div>
<?php if (!$isNew) : ?>
<input type="radio" id="c-tab-2" name="tabular-2" checked>
<input type="radio" id="c-tab-2" name="tabular-2">
<div class="tab col-simple">
<div class="col-xs-12">
<?= $this->data['media-upload']->render('item-file', 'files', '', $element->files, '{/api}businessexpenses/expense/element/file?csrf={$CSRF}', (string) $element->id); ?>