Tableau recap. formation: pas de coef en APC. Close #490

This commit is contained in:
Emmanuel Viennet 2022-09-06 15:21:32 +02:00
parent 6082f1dbd9
commit 9ad1e219ca
1 changed files with 2 additions and 1 deletions

View File

@ -112,13 +112,14 @@ def formation_table_recap(formation_id, format="html") -> Response:
"apo",
# "mat", inutile d'afficher la matière
"titre",
"coef",
"ects",
"nb_moduleimpls",
"heures_cours",
"heures_td",
"heures_tp",
]
if not formation.is_apc():
columns_ids.insert(columns_ids.index("ects"), "coef")
titles = {
"ue": "UE",
"mat": "Matière",