mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user