Removed reduntant onchange js call to update issue

This commit is contained in:
2026-01-28 17:35:12 -05:00
parent 924aa7657b
commit 67f2dbf4d8

View File

@@ -34,7 +34,6 @@ module Hooks
search_customer = f.autocomplete_field :customer,
autocomplete_customer_name_customers_path,
:selected => selected_customer,
:onchange => js_link,
:update_elements => {
:id => '#issue_customer_id',
:value => '#issue_customer'