Update query_patch.rb

This commit is contained in:
2016-04-28 13:26:04 -04:00
parent f96f01784a
commit b5b30b2b03

View File

@@ -46,7 +46,7 @@ module QueryPatch
qbo_filters = {
"customer" => {
:name => l(:field_qbo_customer),
:name => l(:field_customer),
:type => :text,
:order => @available_filters.size + 1},
}