This commit is contained in:
cgfhtw
2023-07-10 11:19:21 +02:00
parent 3fce448451
commit 1006132451
3 changed files with 36 additions and 18 deletions
@@ -3,9 +3,7 @@ class Studierendenantragstatus_model extends DB_Model
{
const STATUS_CREATED = 'Erstellt';
const STATUS_CREATED_STGL = 'ErstelltStgl';
const STATUS_APPROVED = 'Genehmigt';
const STATUS_APPROVED_STGL = 'GenehmigtStgl';
const STATUS_REJECTED = 'Abgelehnt';
const STATUS_PASS = 'Verzichtet';
const STATUS_REOPENED = 'Offen';