fix_ine_bug dans prepajury #195

Merged
viennet merged 1 commits from jmplace/ScoDoc-Lille:fix_ine_prepajury into PNBUT 2021-12-07 20:56:46 +01:00
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,