forked from ScoDoc/ScoDoc
Fix typo XML bul
This commit is contained in:
parent
7dada615e8
commit
7c285c0894
@ -203,7 +203,7 @@ def bulletin_but_xml_compat(
|
||||
e.date_debut.isoformat() if e.date_debut else ""
|
||||
),
|
||||
date_fin=(
|
||||
e.date_fin.isoformat() if e.date_debut else ""
|
||||
e.date_fin.isoformat() if e.date_fin else ""
|
||||
),
|
||||
coefficient=str(e.coefficient),
|
||||
# pas les poids en XML compat
|
||||
|
Loading…
Reference in New Issue
Block a user