change all setAbbrecher to setAbbrecherNeu and rename

This commit is contained in:
cgfhtw
2024-08-06 14:49:20 +02:00
parent e6676e8868
commit 07400e7551
6 changed files with 66 additions and 126 deletions
@@ -53,7 +53,8 @@ class Leitung extends FHCAPI_Controller
// Load language phrases
$this->loadPhrases([
'studierendenantrag'
'studierendenantrag',
'lehre'
]);
}
@@ -444,7 +444,7 @@ class Status extends FHCAPI_Controller
switch($status_kurzbz){
case Prestudentstatus_model::STATUS_ABBRECHER:
$result = $this->prestudentlib->setAbbrecherNeu(
$result = $this->prestudentlib->setAbbrecher(
$prestudent_id,
$studiensemester_kurzbz,
null,