Update and rename app/views/filter_vehicles_by_customerjs.erb to app/views/customers/filter_vehicles_by_customerjs.erb

Also changed ID to select#issue_vehicles_id
This commit is contained in:
2017-03-22 12:59:36 -04:00
committed by GitHub
parent daada08ea7
commit 6de3ed94dc
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1 @@
$('select#issue_vehicles_id').html('<%= j options_from_collection_for_select(@filtered_vehicles, :id, :to_s) %>');

View File

@@ -1 +0,0 @@
$('select#customer_vehicle_id').html('<%= j options_from_collection_for_select(@filtered_vehicles, :id, :to_s) %>');