mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
comment out missing method call
This commit is contained in:
@@ -39,8 +39,9 @@ class IssuesFormHookListener < Redmine::Hook::ViewListener
|
|||||||
search_customer = f.autocomplete_field :customer,
|
search_customer = f.autocomplete_field :customer,
|
||||||
autocomplete_customer_name_customers_path,
|
autocomplete_customer_name_customers_path,
|
||||||
:selected => selected_customer,
|
:selected => selected_customer,
|
||||||
:update_elements => { :id => '#issue_customer_id', :value => '#issue_customer' },
|
:update_elements => { :id => '#issue_customer_id', :value => '#issue_customer' }
|
||||||
:onchange => "updateIssueFrom('#{escape_javascript update_issue_form_path(@project, @issue)}', this)"
|
#,
|
||||||
|
# :onchange => "updateIssueFrom('#{escape_javascript update_issue_form_path(@project, @issue)}', this)"
|
||||||
|
|
||||||
customer_id = f.hidden_field :customer_id, :id => "issue_customer_id"
|
customer_id = f.hidden_field :customer_id, :id => "issue_customer_id"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user