mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update vehicles_controller.rb
This commit is contained in:
@@ -42,7 +42,7 @@ class VehiclesController < ApplicationController
|
||||
if @vehicle.vin?
|
||||
@details = @vehicle.details
|
||||
@style = @details['years'][0]['styles'][0]['name']
|
||||
@drive = @details['vehicle_drivenWheels']
|
||||
@drive = @details['drivenWheels']
|
||||
@doors = @details['numOfDoors']
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user