mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update index.html.erb
This commit is contained in:
@@ -14,9 +14,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
<h1> Redmine Quickbooks</h1>
|
<h1> Redmine Quickbooks</h1>
|
||||||
<%= form_for @qbo do |f|%>
|
<%= form_for @qbo do |f|%>
|
||||||
<div>
|
<div>
|
||||||
<%= f.label "Customer Count:"+@qbo_customer_count.to_s%>
|
<%= f.label "Customer Count:"+@customer_count.to_s%>
|
||||||
<br/>
|
<br/>
|
||||||
<%= f.select :qbo_customer_id, QboCustomer.all.pluck(:name, :id).sort, :selected => @selected_customer, include_blank: true %>
|
<%= f.select :customer_id, Customer.all.pluck(:name, :id).sort, :selected => @selected_customer, include_blank: true %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|||||||
Reference in New Issue
Block a user