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 @available_filters = available_filters_without_qbo
qbo_filters = { qbo_filters = {
:customer_id => { :customer => {
:name => l(:field_customer), :id => l(:field_customer),
:type => :text, :type => :integer,
:order => @available_filters.size + 1}, :order => @available_filters.size + 1},
} }