Update qbo_helper.rb

This commit is contained in:
2016-04-28 12:07:13 -04:00
parent 002e62f723
commit e928ad58dc

View File

@@ -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 "<p>#{select}</p>"
end