Update query_patch.rb

This commit is contained in:
2016-05-29 11:37:45 -04:00
parent 54c797c114
commit 79edbed9ce

View File

@@ -45,9 +45,9 @@ module QueryPatch
@available_filters = available_filters_without_qbo
qbo_filters = {
:customer_id => {
:name => l(:field_customer),
:type => :text,
:customer => {
:id => l(:field_customer),
:type => :integer,
:order => @available_filters.size + 1},
}