mirror of
https://github.com/Karaka-Management/oms-FleetManagement.git
synced 2026-02-17 13:58:41 +00:00
minor fixes
This commit is contained in:
parent
a944c777dd
commit
d0aa0c6399
|
|
@ -66,7 +66,7 @@ echo $this->data['nav']->render();
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="iVehicleVin"><?= $this->getHtml('Vin'); ?></label>
|
<label for="iVehicleVin"><?= $this->getHtml('VIN'); ?></label>
|
||||||
<input type="text" id="iVehicleVin" name="vin" value="<?= $this->printHtml($vehicle->getAttribute('vin')->value->getValue()); ?>">
|
<input type="text" id="iVehicleVin" name="vin" value="<?= $this->printHtml($vehicle->getAttribute('vin')->value->getValue()); ?>">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user