Fix: affichage coef evals vides à prise en compte immédiate

This commit is contained in:
viennet 2020-12-30 11:15:05 +01:00
parent ced6e92fa2
commit dc0098f6db
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ def _ue_mod_bulletin(context, etudid, formsemestre_id, ue_id, modimpls, nt, vers
if val == "NP":
e["note_txt"] = "nd"
e["note_html"] = '<span class="note_nd">nd</span>'
e["coef_txt"] = ""
e["coef_txt"] = fmt_coef(e["coefficient"])
else:
# (-0.15) s'affiche "bonus de 0.15"
if is_malus: