This commit is contained in:
Harald Bamberger
2025-11-24 09:48:05 +01:00
parent 239a9c89d7
commit cdc1933ce4
@@ -325,7 +325,7 @@ class Pruefung extends FHCAPI_Controller
? $benotungsdatum
: $uebernahmedatum;
if ($checkDate >= $pruefungsdatum) && $this->input->post('note') !== $note->note)
if ($checkDate >= $pruefungsdatum && $this->input->post('note') !== $note->note)
{
$this->PruefungModel->db->trans_complete();
$this->terminateWithSuccess($this->p->t('exam', 'hinweis_changeAfterExamDate'));