From 4424593e634b7b3e35bc08eeedd034efe7e28d59 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 3 Apr 2017 22:38:45 -0400 Subject: [PATCH] Add Blank to Select --- app/views/customers/filter_estimates_by_customer.js.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/customers/filter_estimates_by_customer.js.erb b/app/views/customers/filter_estimates_by_customer.js.erb index 92c7622..b31b665 100644 --- a/app/views/customers/filter_estimates_by_customer.js.erb +++ b/app/views/customers/filter_estimates_by_customer.js.erb @@ -1 +1 @@ -$('select#issue_qbo_estimate_id').html('<%= j options_from_collection_for_select(@filtered_estimates, :id, :doc_number) %>'); +$('select#issue_qbo_estimate_id').html('<%= j content_tag(:option,'',:value=>"")+options_from_collection_for_select(@filtered_estimates, :id, :doc_number) %>');