From 6b00cec84b9e7bfcc64518ef49e9d5f33adb2df8 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2020 15:29:27 +0200 Subject: [PATCH] =?UTF-8?q?resolution=20cumul=20sur=20total=20planifi?= =?UTF-8?q?=C3=A9=20(ref=20#4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/schedule-2.0/templates/Project/list.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}