mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +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:
parent
70493dad53
commit
d1766f73e4
@ -136,7 +136,7 @@ class TimeEntryQuery < Query
|
|||||||
def total_for_hours(scope)
|
def total_for_hours(scope)
|
||||||
map_total(scope.sum(:hours)) {|t| t.to_f.round(2)}
|
map_total(scope.sum(:hours)) {|t| t.to_f.round(2)}
|
||||||
end
|
end
|
||||||
|
|
||||||
def sql_for_issue_id_field(field, operator, value)
|
def sql_for_issue_id_field(field, operator, value)
|
||||||
case operator
|
case operator
|
||||||
when "="
|
when "="
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user