diff --git a/app/views/qbo/index.html.erb b/app/views/qbo/index.html.erb
index 4efd7f8..d100894 100644
--- a/app/views/qbo/index.html.erb
+++ b/app/views/qbo/index.html.erb
@@ -14,9 +14,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
Redmine Quickbooks
<%= form_for @qbo do |f|%>
- <%= f.label "Customer Count:"+@qbo_customer_count.to_s%>
+ <%= f.label "Customer Count:"+@customer_count.to_s%>
- <%= 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 %>