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

Bulletin court BUT: n'affiche pas la date de la décision année.

parent bf2e2bb6
No related branches found
No related tags found
No related merge requests found
...@@ -533,9 +533,7 @@ class BulletinGeneratorBUTCourt(BulletinGeneratorStandard): ...@@ -533,9 +533,7 @@ class BulletinGeneratorBUTCourt(BulletinGeneratorStandard):
if self.bul["semestre"].get("decision_annee", None): if self.bul["semestre"].get("decision_annee", None):
txt += f""" txt += f"""
Décision saisie le { Décision année BUT{self.bul["semestre"]["decision_annee"]["ordre"]}
datetime.datetime.fromisoformat(self.bul["semestre"]["decision_annee"]["date"]).strftime(scu.DATE_FMT)
}, année BUT{self.bul["semestre"]["decision_annee"]["ordre"]}
<b>{self.bul["semestre"]["decision_annee"]["code"]}</b>. <b>{self.bul["semestre"]["decision_annee"]["code"]}</b>.
<br/> <br/>
{self.bul.get("diplomation", "")} {self.bul.get("diplomation", "")}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment