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