From 8eae838ef82eb4485907684f85472d93861761b1 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 3 Apr 2017 22:34:19 -0400 Subject: [PATCH] Update filter_estimates_by_customer.js.erb --- 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 b705d98..92c7622 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, :to_s) %>'); +$('select#issue_qbo_estimate_id').html('<%= j options_from_collection_for_select(@filtered_estimates, :id, :doc_number) %>');