mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update query_patch.rb
This commit is contained in:
@@ -43,7 +43,7 @@ module QueryPatch
|
||||
def available_filters_with_qbo
|
||||
return @available_filters if @available_filters
|
||||
@available_filters = available_filters_without_qbo
|
||||
@available_filters.add_available_filter "customer", :type => :text
|
||||
@available_filters.add "customer", :type => :text
|
||||
return @available_filters
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user