Update query_patch.rb

This commit is contained in:
2016-05-29 11:31:25 -04:00
parent 201a577588
commit 54c797c114

View File

@@ -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},