mirror of
https://github.com/Karaka-Management/oms-EquipmentManagement.git
synced 2026-01-11 17:18:41 +00:00
update
This commit is contained in:
parent
9178a6db00
commit
a944c777dd
|
|
@ -65,7 +65,7 @@ final class VehicleMapper extends DataMapperFactory
|
|||
'attributes' => [
|
||||
'mapper' => VehicleAttributeMapper::class,
|
||||
'table' => 'fleetmgmt_vehicle_attr',
|
||||
'self' => 'fleetmgmt_vehicle_attr_item',
|
||||
'self' => 'fleetmgmt_vehicle_attr_vehicle',
|
||||
'external' => null,
|
||||
],
|
||||
'notes' => [
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ echo $this->data['nav']->render();
|
|||
</section>
|
||||
</div>
|
||||
|
||||
<div class="md-hidden col-md-6">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<section class="portlet">
|
||||
<div class="portlet-body">
|
||||
<img width="100%" src="<?= $vehicleImage->id === 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user