mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-02-13 01:03:59 -05:00
Removed Load Customer Link
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<label for="issue_customer"><%= t(:customer) %></label>
|
||||
<%= search_customer %>
|
||||
<%= customer_id %>
|
||||
<%= link_to t(:label_load_customer), '#', onclick: "#{js_link}; return false;" %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -67,7 +67,6 @@ module Hooks
|
||||
locals: {
|
||||
search_customer: search_customer,
|
||||
customer_id: customer_id,
|
||||
js_link: js_link,
|
||||
select_estimate: select_estimate
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user