mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-02-13 09:13:58 -05:00
Removed reduntant onchange js call to update issue
This commit is contained in:
@@ -34,7 +34,6 @@ module Hooks
|
|||||||
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,
|
||||||
:onchange => js_link,
|
|
||||||
:update_elements => {
|
:update_elements => {
|
||||||
:id => '#issue_customer_id',
|
:id => '#issue_customer_id',
|
||||||
:value => '#issue_customer'
|
:value => '#issue_customer'
|
||||||
|
|||||||
Reference in New Issue
Block a user