Removed Load Customer Link

This commit is contained in:
2026-01-26 21:00:16 -05:00
parent 334ed60bf7
commit 1308a05011
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
<label for="issue_customer"><%= t(:customer) %></label> <label for="issue_customer"><%= t(:customer) %></label>
<%= search_customer %> <%= search_customer %>
<%= customer_id %> <%= customer_id %>
<%= link_to t(:label_load_customer), '#', onclick: "#{js_link}; return false;" %>
</p> </p>
<p> <p>

View File

@@ -67,7 +67,6 @@ module Hooks
locals: { locals: {
search_customer: search_customer, search_customer: search_customer,
customer_id: customer_id, customer_id: customer_id,
js_link: js_link,
select_estimate: select_estimate select_estimate: select_estimate
} }
} }