From 18537b419b8d0b48becb5564cbc9f59fa33c24ec 2016-08-20 11:54:41 From: Jean-Philippe Lang Date: 2016-08-20 11:54:41 Subject: [PATCH] Merged r15645 (#23269). git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15745 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/redmine/helpers/time_report.rb b/lib/redmine/helpers/time_report.rb index 884d00c..19cc08d 100644 --- a/lib/redmine/helpers/time_report.rb +++ b/lib/redmine/helpers/time_report.rb @@ -108,7 +108,7 @@ module Redmine :klass => IssueStatus, :label => :field_status}, 'version' => {:sql => "#{Issue.table_name}.fixed_version_id", - :klass => Version, + :klass => ::Version, :label => :label_version}, 'category' => {:sql => "#{Issue.table_name}.category_id", :klass => IssueCategory,