mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update vehicles_controller.rb
This commit is contained in:
@@ -107,5 +107,13 @@ class VehiclesController < ApplicationController
|
|||||||
end
|
end
|
||||||
found_non_zero
|
found_non_zero
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# returns a dynamic list of vehicles owned by a customer
|
||||||
|
def update_vehicles
|
||||||
|
@vehicles = Customer.find_by_id(params[:customer].to_i).vehicles
|
||||||
|
respond_to do |format|
|
||||||
|
format.js
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user