fix sur le max des notes

This commit is contained in:
Mickael Veaudour 2024-09-23 16:46:39 +02:00
parent 97c596cc5f
commit c3abe78460
No known key found for this signature in database

View file

@ -92,7 +92,7 @@ class NoteManager {
'bf_titre' => "Note : ".$intitule." - ".$eleve." - ".$matiere,
'bf_intitule' => $intitule,
'listeListeMatierebf_matiere' => $matiere,
'listListeNotemaxbf_notemax' => $max,
'listeListeNotemaxbf_notemax' => $max,
'listefiche'.$this->eleveFormId.'bf_eleve' => $eleve,
'bf_note' => $note,
'bf_coef' => $coef,