From bd8706deeef53bdcc5ce9830ff7798003286f111 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 3 Apr 2017 21:55:47 -0400 Subject: [PATCH] Create filter_estimates_by_customer.js.erb --- app/views/customers/filter_estimates_by_customer.js.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/views/customers/filter_estimates_by_customer.js.erb diff --git a/app/views/customers/filter_estimates_by_customer.js.erb b/app/views/customers/filter_estimates_by_customer.js.erb new file mode 100644 index 0000000..b705d98 --- /dev/null +++ b/app/views/customers/filter_estimates_by_customer.js.erb @@ -0,0 +1 @@ +$('select#issue_qbo_estimate_id').html('<%= j options_from_collection_for_select(@filtered_estimates, :id, :to_s) %>');