mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
11 lines
279 B
Plaintext
11 lines
279 B
Plaintext
<p>
|
|
<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)") %>
|
|
</p>
|
|
|
|
<p>
|
|
<%= select_estimate %>
|
|
</p>
|