Skip to content
Snippets Groups Projects
Commit 17940d98 authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Fix typo (accès modif formsemestres)

parent bbc3bbc7
Branches
No related tags found
No related merge requests found
......@@ -657,7 +657,7 @@ class FormSemestre(models.ScoDocModel):
): # pas chef de dept.
if not self.resp_can_edit or not self.est_responsable(user):
return False
return allow_locked or not self.etat
return allow_locked or self.etat
def est_courant(self) -> bool:
"""Vrai si la date actuelle (now) est dans le semestre
......
......@@ -3,7 +3,7 @@
"Infos sur version ScoDoc"
SCOVERSION = "9.7.53"
SCOVERSION = "9.7.54"
SCONAME = "ScoDoc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment