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) %>');