mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-26 03:28:39 +00:00
fix tests
This commit is contained in:
parent
4530d6eb97
commit
4f5ac4234e
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user