1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-23 17:01:13 +00:00

remove trailing white-space from app/models/time_entry_query.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@15698 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2016-07-19 11:28:24 +00:00
parent 70493dad53
commit d1766f73e4

View File

@ -136,7 +136,7 @@ class TimeEntryQuery < Query
def total_for_hours(scope)
map_total(scope.sum(:hours)) {|t| t.to_f.round(2)}
end
def sql_for_issue_id_field(field, operator, value)
case operator
when "="