Fixed: Now application can only be done for actual study semester

Before student could apply for past study semester, which should not be
possible. Fixed now.

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
Cris
2021-03-24 17:16:17 +01:00
committed by cris-technikum
parent 683e9ffdda
commit 997f6f406b
2 changed files with 41 additions and 0 deletions
+20
View File
@@ -10330,6 +10330,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'antragNurImAktSS',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Der Antrag kann nur für das aktuelle Semester gestellt werden",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "You only can apply for the actual study semester",
'description' => '',
'insertvon' => 'system'
)
)
),
);