forked from ScoDoc/ScoDoc
Correction affectation parcours (report sco96)
This commit is contained in:
parent
92e75e11f2
commit
c79eb6410a
@ -23,7 +23,7 @@
|
||||
<section id="zoneChoix">
|
||||
<h2>Étudiants</h2>
|
||||
<details>
|
||||
<summary>Outils d'affections</summary>
|
||||
<summary>Outils d'affectation</summary>
|
||||
<div class="autoAffectation">
|
||||
<a href="students_groups_auto_assignment?formsemestre_id={{formsemestre.id}}"><svg
|
||||
xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
|
||||
|
@ -829,7 +829,7 @@
|
||||
sheet.column("K").width(20);
|
||||
sheet.column("L").width(20);
|
||||
|
||||
saveFile("Données groupes - " + formsemestre, workbook);
|
||||
saveFile("Donnees groupes - " + formsemestre, workbook);
|
||||
});
|
||||
}
|
||||
|
||||
@ -853,7 +853,7 @@
|
||||
colonne += 3;
|
||||
})
|
||||
|
||||
saveFile("Résultats groupes - " + formsemestre, workbook);
|
||||
saveFile("Resultats groupes - " + formsemestre, workbook);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user