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:
@@ -38,7 +38,7 @@ class VehiclesController < ApplicationController
|
||||
def new
|
||||
@vehicle = Vehicle.new
|
||||
@customers = Customer.all.order(:name)
|
||||
@customer = params[:customer_id]) if params[:customer_id]
|
||||
@customer = params[:customer_id] if params[:customer_id]
|
||||
end
|
||||
|
||||
# create a new vehicle
|
||||
|
||||
Reference in New Issue
Block a user