From e2f276097c65db955448925ea76142fcc339d1f9 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 13 Nov 2017 20:27:36 -0500 Subject: [PATCH] Update query_patch.rb --- lib/query_patch.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/query_patch.rb b/lib/query_patch.rb index 0d7a5ba..5f63e26 100644 --- a/lib/query_patch.rb +++ b/lib/query_patch.rb @@ -52,14 +52,14 @@ module QueryPatch # :order => @available_filters.size + 1}, #} - qbo_filters = { - "customer_id" => { - :id => :customer_id, - :type => :list_optional + #qbo_filters = { + # "customer_id" => { + # :id => :customer_id, + # :type => :list_optional #:order => @available_filters.size + 1, #:values => Customer.find(:all).collect { |c| [c.name, c.id.to_s]} - } - } + # } + #} @available_filters.merge!(qbo_filters) end