Added onclick to load customer link

This commit is contained in:
2026-01-20 21:15:25 -05:00
parent b54eb86b7f
commit 72ec89292f

View File

@@ -2,7 +2,7 @@
<label for="issue_customer"><%= t(:customer) %></label>
<%= search_customer %>
<%= customer_id %>
<%= link_to_function(t(:label_load_customer), "updateIssueFrom('/issues/#{context[:issue].id}/edit.js', this)") %>
<%= link_to t(:label_load_customer), '#', onclick: "updateIssueFrom('/issues/#{context[:issue].id}/edit.js', this); return false;" %>
</p>
<p>