diff --git a/src/schedule-2.0/templates/Project/list.html.twig b/src/schedule-2.0/templates/Project/list.html.twig index 7c8d114..6a8571b 100644 --- a/src/schedule-2.0/templates/Project/list.html.twig +++ b/src/schedule-2.0/templates/Project/list.html.twig @@ -89,7 +89,7 @@ {% for task in project.tasks %} {% set tottask=tottask+task.quantity %} - {% set totvalidate=totvalidate+task.validate %} + {% set totplanified=totplanified+task.validate %} {% for event in task.events %} {% set totplanified=totplanified+event.duration %}