adapt functions toolbarInteressent, Phrases

This commit is contained in:
ma0068
2024-07-31 09:06:42 +02:00
parent 10444e31ce
commit 3d27c68dee
6 changed files with 229 additions and 209 deletions
@@ -111,13 +111,13 @@ class PrestudentstatusCheckLib
public function checkIfExistingPrestudentRolle(
$prestudent_id,
$status_kurzbz,
$tudiensemester_kurzbz,
$studiensemester_kurzbz,
$ausbildungssemester
) {
$result = $this->_ci->PrestudentstatusModel->checkIfExistingPrestudentRolle(
$prestudent_id,
$status_kurzbz,
$tudiensemester_kurzbz,
$studiensemester_kurzbz,
$ausbildungssemester
);
if (isError($result))