reenable meldestichtag check

This commit is contained in:
Harald Bamberger
2025-09-30 09:33:07 +02:00
parent 795378bf40
commit 3551172c0b
@@ -732,15 +732,14 @@ class Status extends FHCAPI_Controller
REST_Controller::HTTP_FORBIDDEN
);
//TODO(Manu) check this check, meanwhile not active
/* $result = $this->prestudentstatuschecklib->checkIfMeldestichtagErreicht($oldstatus->datum);
$result = $this->prestudentstatuschecklib->checkIfMeldestichtagErreicht($oldstatus->datum);
if (!$this->getDataOrTerminateWithError($result))
$this->terminateWithError(
$this->p->t('lehre', 'error_dataVorMeldestichtag'),
self::ERROR_TYPE_GENERAL,
REST_Controller::HTTP_FORBIDDEN
);*/
);
}
// Start DB transaction