forked from ScoDoc/ScoDoc
Correction affecation parcours
This commit is contained in:
parent
c888eab6d7
commit
ce2b9df6c0
@ -23,7 +23,7 @@
|
|||||||
<section id="zoneChoix">
|
<section id="zoneChoix">
|
||||||
<h2>Étudiants</h2>
|
<h2>Étudiants</h2>
|
||||||
<details>
|
<details>
|
||||||
<summary>Outils d'affections</summary>
|
<summary>Outils d'affectation</summary>
|
||||||
<div class="autoAffectation">
|
<div class="autoAffectation">
|
||||||
<a href="students_groups_auto_assignment?formsemestre_id={{formsemestre.id}}"><svg
|
<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"
|
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("K").width(20);
|
||||||
sheet.column("L").width(20);
|
sheet.column("L").width(20);
|
||||||
|
|
||||||
saveFile("Données groupes - " + formsemestre, workbook);
|
saveFile("Donnees groupes - " + formsemestre, workbook);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -853,7 +853,7 @@
|
|||||||
colonne += 3;
|
colonne += 3;
|
||||||
})
|
})
|
||||||
|
|
||||||
saveFile("Résultats groupes - " + formsemestre, workbook);
|
saveFile("Resultats groupes - " + formsemestre, workbook);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
SCOVERSION = "9.6.3"
|
SCOVERSION = "9.6.4"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user