forked from ScoDoc/ScoDoc
Fix: date de fin des formsemestre créés
This commit is contained in:
parent
417ecf79b7
commit
3c11998985
@ -258,7 +258,7 @@ class FormSemestre(models.ScoDocModel):
|
|||||||
if "date_debut" in args:
|
if "date_debut" in args:
|
||||||
args["date_debut"] = scu.convert_fr_date(args["date_debut"])
|
args["date_debut"] = scu.convert_fr_date(args["date_debut"])
|
||||||
if "date_fin" in args:
|
if "date_fin" in args:
|
||||||
args["date_fin"] = scu.convert_fr_date(args["date_debut"])
|
args["date_fin"] = scu.convert_fr_date(args["date_fin"])
|
||||||
if "etat" in args:
|
if "etat" in args:
|
||||||
args["etat"] = bool(args["etat"])
|
args["etat"] = bool(args["etat"])
|
||||||
if "bul_bgcolor" in args:
|
if "bul_bgcolor" in args:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
SCOVERSION = "9.6.985"
|
SCOVERSION = "9.6.986"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user