fix tests

This commit is contained in:
Dennis Eichhorn 2024-04-25 01:48:22 +00:00
parent 4530d6eb97
commit 4f5ac4234e
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ echo $this->data['nav']->render(); ?>
<div class="form-group">
<label for="iName"><?= $this->getHtml('Name'); ?></label>
<input type="text" name="Name" id="iName" value="<?= $this->printHtml($costcenter->getL11n()); ?>"<?php $isNew ? '' : ' disabled'; ?>>
<input type="text" name="Name" id="iName" value="<?= $this->printHtml($costcenter->getL11n()); ?>"<?= $isNew ? '' : ' disabled'; ?>>
</div>
</div>
<div class="portlet-foot">

View File

@ -31,7 +31,7 @@ echo $this->data['nav']->render(); ?>
<div class="form-group">
<label for="iName"><?= $this->getHtml('Name'); ?></label>
<input type="text" name="Name" id="iName" value="<?= $this->printHtml($costobject->getL11n()); ?>"<?php $isNew ? '' : ' disabled'; ?>>
<input type="text" name="Name" id="iName" value="<?= $this->printHtml($costobject->getL11n()); ?>"<?= $isNew ? '' : ' disabled'; ?>>
</div>
</div>
<div class="portlet-foot">