fix_ine_bug dans prepajury

This commit is contained in:
Jean-Marie Place 2021-12-07 10:15:14 +01:00
parent 5b7adf16ec
commit f40817dbf5
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ def feuille_preparation_jury(formsemestre_id):
if sco_preferences.get_preference("prepa_jury_nip"):
cells.append(ws.make_cell(etud["code_nip"]))
if sco_preferences.get_preference("prepa_jury_ine"):
cells.append(ws.make_cell(["code_ine"]))
cells.append(ws.make_cell(etud["code_ine"]))
cells += ws.make_row(
[
etudid,