fix décompte de notes

This commit is contained in:
Tykayn 2025-06-29 11:00:13 +02:00 committed by tykayn
parent 8136d8e0cb
commit 73e021c854
5 changed files with 11 additions and 7 deletions

View file

@ -314,6 +314,7 @@ class Place
}
$this->setNoteContent($noteContent ? $noteContent : null);
$this->setHasNote($hasNote);
$this->setNote($noteContent);
}
public function __construct()