From c3abe78460ffa227bd855e98fbaaf01f03b704c9 Mon Sep 17 00:00:00 2001 From: Mickael Veaudour Date: Mon, 23 Sep 2024 16:46:39 +0200 Subject: [PATCH] fix sur le max des notes --- services/NoteManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/NoteManager.php b/services/NoteManager.php index 33d4365..500de89 100644 --- a/services/NoteManager.php +++ b/services/NoteManager.php @@ -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,