mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-02-13 01:03:59 -05:00
14 lines
274 B
Plaintext
14 lines
274 B
Plaintext
<p>
|
|
<label for="issue_customer"><%= t(:customer) %></label>
|
|
<%= search_customer %>
|
|
<%= customer_id %>
|
|
<%= link_to t(:label_load_customer), '#', onclick: "#{js_link}; return false;" %>
|
|
</p>
|
|
|
|
<p>
|
|
<%= select_estimate %>
|
|
</p>
|
|
|
|
<p>
|
|
<%= vehicle %>
|
|
</p> |