Tab Dokumente

- Refactor Mapping for List Accepted for correct view Akzeptiertdatum and AkzeptiertVon
- Delete Testoutputs dokument_kurzbz List NotAccpeted
- Correct ColumnName for NachreichungAm
- Change Order Columns Uploaddatum, akzeptiertVon
This commit is contained in:
ma0068
2025-07-21 16:33:26 +02:00
parent 5ed2595222
commit 9d809cf843
4 changed files with 23 additions and 16 deletions
@@ -102,6 +102,8 @@ class Dokumentprestudent_model extends DB_Model
$qry.=" AND (v.archivierbar = FALSE OR v.archivierbar IS NULL)";
}
$qry.=" ORDER BY d.bezeichnung ASC";
return $this->execQuery($qry, $parametersArray);
}
}