Update filter_estimates_by_customer.js.erb

This commit is contained in:
2017-04-03 22:34:19 -04:00
committed by GitHub
parent d5e8b4bbc4
commit 8eae838ef8

View File

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