Merge branch 'feature-11970/AnrechnungJob_MailToSTGL' into feature/Anrechnungen_NEU

This commit is contained in:
cris-technikum
2021-03-18 10:58:57 +01:00
8 changed files with 183 additions and 115 deletions
@@ -475,7 +475,7 @@ class Studiengang_model extends DB_Model
funktion_kurzbz = \'Leitung\'
AND ( datum_von <= NOW() OR datum_von IS NULL )
AND ( datum_bis >= NOW() OR datum_bis IS NULL )
AND studiengang_kz = ' . $this->db->escape($studiengang_kz, FHC_INTEGER)
AND studiengang_kz = ' . $this->db->escape($studiengang_kz)
;
}