forked from ScoDoc/ScoDoc
fix_ine_bug dans prepajury
This commit is contained in:
parent
5b7adf16ec
commit
f40817dbf5
@ -236,7 +236,7 @@ def feuille_preparation_jury(formsemestre_id):
|
|||||||
if sco_preferences.get_preference("prepa_jury_nip"):
|
if sco_preferences.get_preference("prepa_jury_nip"):
|
||||||
cells.append(ws.make_cell(etud["code_nip"]))
|
cells.append(ws.make_cell(etud["code_nip"]))
|
||||||
if sco_preferences.get_preference("prepa_jury_ine"):
|
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(
|
cells += ws.make_row(
|
||||||
[
|
[
|
||||||
etudid,
|
etudid,
|
||||||
|
Loading…
Reference in New Issue
Block a user