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