mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Moved HTML code into partial _from_hook.html.erb
This commit is contained in:
14
app/views/issues/_form_hook.html.erb
Normal file
14
app/views/issues/_form_hook.html.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user