1
0
Fork 0

Merge branch 'master' of https://scodoc.org/git/viennet/ScoDoc into sco96

This commit is contained in:
Emmanuel Viennet 2023-07-13 18:56:33 +02:00
commit a53f911bdd
1 changed files with 3 additions and 1 deletions

View File

@ -189,7 +189,9 @@ class BulletinGeneratorStandardBUT(BulletinGeneratorStandard):
moy_ue = moy_ue.get("value", "-") if moy_ue is not None else "-"
t = {
"titre": f"{ue_acronym} - {ue['titre']}",
"moyenne": Paragraph(f"""<para align=right><b>{moy_ue}</b></para>"""),
"moyenne": Paragraph(
f"""<para align=right><b>{moy_ue or "-"}</b></para>"""
),
"_css_row_class": "note_bold",
"_pdf_row_markup": ["b"],
"_pdf_style": [