mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update filter_estimates_by_customer.js.erb
This commit is contained in:
@@ -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) %>');
|
||||
|
||||
Reference in New Issue
Block a user