mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
- matrikelnr hinzugefuegt bei abgabe ohne signatur vorlage
This commit is contained in:
@@ -259,7 +259,8 @@ if($command=='add')
|
||||
$data = array(
|
||||
'vorname' => $student->vorname,
|
||||
'nachname' => $student->nachname,
|
||||
'studiengang' => $stg_obj->bezeichnung
|
||||
'studiengang' => $stg_obj->bezeichnung,
|
||||
'matrikelnr' => $student->matrikelnr
|
||||
);
|
||||
|
||||
$mailres = sendSanchoMail(
|
||||
|
||||
Reference in New Issue
Block a user