resolution cumul sur total planifié (ref #4)

This commit is contained in:
root
2020-06-12 15:29:27 +02:00
parent 80227e7416
commit 6b00cec84b

View File

@@ -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 %}