fix sur le max des notes
This commit is contained in:
parent
97c596cc5f
commit
c3abe78460
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class NoteManager {
|
||||||
'bf_titre' => "Note : ".$intitule." - ".$eleve." - ".$matiere,
|
'bf_titre' => "Note : ".$intitule." - ".$eleve." - ".$matiere,
|
||||||
'bf_intitule' => $intitule,
|
'bf_intitule' => $intitule,
|
||||||
'listeListeMatierebf_matiere' => $matiere,
|
'listeListeMatierebf_matiere' => $matiere,
|
||||||
'listListeNotemaxbf_notemax' => $max,
|
'listeListeNotemaxbf_notemax' => $max,
|
||||||
'listefiche'.$this->eleveFormId.'bf_eleve' => $eleve,
|
'listefiche'.$this->eleveFormId.'bf_eleve' => $eleve,
|
||||||
'bf_note' => $note,
|
'bf_note' => $note,
|
||||||
'bf_coef' => $coef,
|
'bf_coef' => $coef,
|
||||||
|
|
Loading…
Reference in a new issue