Changed: Download in CIS Selfservice does not require to be signed anymore

Self-Download is determined by attribute 'stud_selfservice', not by
'signiert' anymore. This is required e.g. for Bachelor diploma, that
should be downloadable but does not need to be signed.
This commit is contained in:
Cris
2020-05-26 09:59:52 +02:00
parent a814debf5b
commit d263216aa0
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -527,7 +527,7 @@ class akte extends basis_db
if(!is_null($stud_selfservice))
$qry.=" AND stud_selfservice=".($stud_selfservice?'true':'false');
$qry.=" ORDER BY erstelltam";
$qry.=" ORDER BY erstelltam DESC";
$this->errormsg = $qry;