Merge branch 'master' into feature-61164/AbgabetoolQualityGates

# Conflicts:
#	application/models/organisation/Studiengang_model.php
This commit is contained in:
Johann Hoffmann
2026-01-26 15:06:22 +01:00
40 changed files with 1425 additions and 81 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ class Student_model extends DB_Model
$max = 0;
if ($matrikelnrres && hasData($matrikelnrres)) {
$max = mb_substr(getData($matrikelnrres)[0]->matrikelnr, 7);
$max = mb_substr(trim(getData($matrikelnrres)[0]->matrikelnr), -3);
if (!is_numeric($max)) {
$max = (int)$max;
}