diff --git a/lib/query_patch.rb b/lib/query_patch.rb index 71963be..0d7a5ba 100644 --- a/lib/query_patch.rb +++ b/lib/query_patch.rb @@ -55,9 +55,8 @@ module QueryPatch qbo_filters = { "customer_id" => { :id => :customer_id, - :type => :list_optional, - :order => @available_filters.size + 1, - :remote => false + :type => :list_optional + #:order => @available_filters.size + 1, #:values => Customer.find(:all).collect { |c| [c.name, c.id.to_s]} } }