Skip to content
Snippets Groups Projects
Commit 15a2f0ea authored by Paul Milleville's avatar Paul Milleville
Browse files

ajout formsemester_id dans la fonction

parent 0bcbaced
Branches
No related tags found
No related merge requests found
...@@ -270,7 +270,7 @@ def formsemestre_synchro_etuds( ...@@ -270,7 +270,7 @@ def formsemestre_synchro_etuds(
print("Ceci est le repère de la modification") print("Ceci est le repère de la modification")
print("_____________________________________________________________________________") print("_____________________________________________________________________________")
print(nip_etape) print(nip_etape)
list_partition = sco_groups.get_partitions_list() list_partition = sco_groups.get_partitions_list(formsemestre_id=formsemestre_id)
print("list_partition : ") print("list_partition : ")
print(list_partition) print(list_partition)
sco_groups.partition_create(formsemestre_id=formsemestre_id,partition_name="Groupe Apogée") sco_groups.partition_create(formsemestre_id=formsemestre_id,partition_name="Groupe Apogée")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment