mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update vehicles_controller.rb
This commit is contained in:
@@ -41,7 +41,7 @@ class VehiclesController < ApplicationController
|
||||
# return an HTML form for editing a vehicle
|
||||
def edit
|
||||
@vehicle = Vehicle.find_by_id(params[:id])
|
||||
@customer = @vehicle.qbo_customer
|
||||
@customer = @vehicle.qbo_customer.id
|
||||
end
|
||||
|
||||
# update a specific vehicle
|
||||
|
||||
Reference in New Issue
Block a user