Update query_patch.rb

This commit is contained in:
2016-05-29 11:50:27 -04:00
parent 53505857d6
commit 469f8c739c

View File

@@ -56,7 +56,7 @@ module QueryPatch
:id => l(:customer_id), :id => l(:customer_id),
:type => :list_optional, :type => :list_optional,
:order => @available_filters.size + 1, :order => @available_filters.size + 1,
:values => Customer.find(:all).sort(:name).collect { |c| [c.name, c.id.to_s]} #:values => Customer.find(:all).sort(:name).collect { |c| [c.name, c.id.to_s]}
} }
} }