Update query_patch.rb

This commit is contained in:
2016-04-13 12:14:12 -04:00
parent 3e50c037e0
commit 9fc94e93c6

View File

@@ -43,7 +43,7 @@ module QueryPatch
def available_filters_with_qbo def available_filters_with_qbo
return @available_filters if @available_filters return @available_filters if @available_filters
@available_filters = available_filters_without_qbo @available_filters = available_filters_without_qbo
@available_filters.add_available_filter "customer", :type => :text @available_filters.add "customer", :type => :text
return @available_filters return @available_filters
end end
end end