diff --git a/app/helpers/qbo_helper.rb b/app/helpers/qbo_helper.rb index 7bb757f..87255b2 100644 --- a/app/helpers/qbo_helper.rb +++ b/app/helpers/qbo_helper.rb @@ -10,7 +10,7 @@ module QboHelper - def qbo_customer_dropdown + def customer_dropdown select = context[:form].select :customer_id, Customers.all.pluck(:name, :id), :selected => selected, include_blank: true return "
#{select}
" end