forked from ScoDoc/DocScoDoc
Fix: flag publication bulletins
This commit is contained in:
parent
6fe77988a0
commit
9b9b2f270b
@ -72,7 +72,7 @@ def bulletin_but_xml_compat(
|
|||||||
etud = Identite.query.get_or_404(etudid)
|
etud = Identite.query.get_or_404(etudid)
|
||||||
results = bulletin_but.ResultatsSemestreBUT(sem)
|
results = bulletin_but.ResultatsSemestreBUT(sem)
|
||||||
nb_inscrits = len(results.etuds)
|
nb_inscrits = len(results.etuds)
|
||||||
if sem.bul_hide_xml or force_publishing:
|
if (not sem.bul_hide_xml) or force_publishing:
|
||||||
published = "1"
|
published = "1"
|
||||||
else:
|
else:
|
||||||
published = "0"
|
published = "0"
|
||||||
|
Loading…
Reference in New Issue
Block a user