forked from ScoDoc/ScoDoc
Fix: affichage coef evals vides à prise en compte immédiate
This commit is contained in:
parent
ced6e92fa2
commit
dc0098f6db
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user