Create filter_estimates_by_customer.js.erb

This commit is contained in:
2017-04-03 21:55:47 -04:00
committed by GitHub
parent e8619529d4
commit bd8706deee

View File

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