diff --git a/lib/query_patch.rb b/lib/query_patch.rb index 580c197..261b806 100644 --- a/lib/query_patch.rb +++ b/lib/query_patch.rb @@ -45,7 +45,7 @@ module QueryPatch @available_filters = available_filters_without_qbo qbo_filters = { - "customer" => { + :customer_id => { :name => l(:field_customer), :type => :text, :order => @available_filters.size + 1},