mirror of
https://github.com/redmine/redmine.git
synced 2026-01-31 11:50:13 +01:00
git-svn-id: https://svn.redmine.org/redmine/trunk@22860 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -250,7 +250,7 @@ class Version < ApplicationRecord
|
||||
# Returns the total estimated remaining time for this version
|
||||
# (sum of leaves estimated_remaining_hours)
|
||||
def estimated_remaining_hours
|
||||
@remaining_hours ||= fixed_issues.estimated_remaining_hours
|
||||
@estimated_remaining_hours ||= fixed_issues.estimated_remaining_hours
|
||||
end
|
||||
|
||||
# Returns the total reported time for this version
|
||||
|
||||
Reference in New Issue
Block a user