Mise à jour de 'app/scodoc/sco_moduleimpl_status.py' #541

Closed
pascal.bouron wants to merge 1 commits from (deleted):master into master

View File

@ -223,7 +223,7 @@ def moduleimpl_status(moduleimpl_id=None, partition_id=None):
[ [
max([p.poids for p in e.ue_poids] or [0]) * (e.coefficient or 0.0) max([p.poids for p in e.ue_poids] or [0]) * (e.coefficient or 0.0)
for e in evaluations for e in evaluations
] ] or [0]
) )
# #
sem_locked = not sem["etat"] sem_locked = not sem["etat"]