From 813a74d1afe04f5abe40d732e93ad996b74bf13c Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 2 May 2016 12:54:10 -0400 Subject: [PATCH] Update index.html.erb --- app/views/qbo/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %>