Update query_patch.rb

This commit is contained in:
2017-11-13 20:20:46 -05:00
committed by GitHub
parent 05edafec4c
commit 205bb67a6a

View File

@@ -55,9 +55,8 @@ module QueryPatch
qbo_filters = { qbo_filters = {
"customer_id" => { "customer_id" => {
:id => :customer_id, :id => :customer_id,
:type => :list_optional, :type => :list_optional
:order => @available_filters.size + 1, #:order => @available_filters.size + 1,
:remote => false
#:values => Customer.find(:all).collect { |c| [c.name, c.id.to_s]} #:values => Customer.find(:all).collect { |c| [c.name, c.id.to_s]}
} }
} }