Fixed line drawing on project end

remotes/origin/enhancement/email-actions
Jesús Espino 2013-11-08 09:48:33 +01:00
parent 00ccbefbc7
commit 76abf20444
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ class ProjectViewSet(ModelCrudViewSet):
'client-increment': client_increment,
}
optimal_points -= optimal_points_per_sprint
evolution = project.total_story_points - current_evolution if current_evolution is not None else None
yield {
'name': 'Project End',
'optimal': optimal_points,