resolution cumul sur total planifié (ref #4)
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
{% for task in project.tasks %}
|
{% for task in project.tasks %}
|
||||||
{% set tottask=tottask+task.quantity %}
|
{% set tottask=tottask+task.quantity %}
|
||||||
|
|
||||||
{% set totvalidate=totvalidate+task.validate %}
|
|
||||||
{% set totplanified=totplanified+task.validate %}
|
{% set totplanified=totplanified+task.validate %}
|
||||||
{% for event in task.events %}
|
{% for event in task.events %}
|
||||||
{% set totplanified=totplanified+event.duration %}
|
{% set totplanified=totplanified+event.duration %}
|
||||||
|
Reference in New Issue
Block a user