diff --git a/Models/VehicleMapper.php b/Models/VehicleMapper.php index 785e5bb..bf821ba 100644 --- a/Models/VehicleMapper.php +++ b/Models/VehicleMapper.php @@ -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' => [ diff --git a/Theme/Backend/vehicle-profile.tpl.php b/Theme/Backend/vehicle-profile.tpl.php index 10fa725..fe4bf8a 100755 --- a/Theme/Backend/vehicle-profile.tpl.php +++ b/Theme/Backend/vehicle-profile.tpl.php @@ -128,7 +128,7 @@ echo $this->data['nav']->render(); -