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:
@@ -51,6 +51,7 @@ class VehiclesController < ApplicationController
|
||||
def edit
|
||||
@vehicle = Vehicle.find_by_id(params[:id])
|
||||
@customer = @vehicle.customer.id if @vehicle.customer
|
||||
@customers = Customer.all.order(:name)
|
||||
end
|
||||
|
||||
# update a specific vehicle
|
||||
|
||||
Reference in New Issue
Block a user