mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update qbo_helper.rb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user