Dokumentenupload FAS: Dokumente im Dropdown alphabetisch sortieren. GUI überarbeitet

Diverse Dokumentanpassungen FHB.
interessentenimport.php, mitarbeiterimport.php: Feld "Weitere Vornamen" + Neuer Tablesorter
This commit is contained in:
Manfred Kindl
2014-04-12 16:12:16 +00:00
parent bbd78fcc73
commit ec732bda49
14 changed files with 2099 additions and 34 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ class dokument extends basis_db
*/
public function getAllDokumente()
{
$qry = "SELECT * FROM public.tbl_dokument;";
$qry = "SELECT * FROM public.tbl_dokument ORDER BY bezeichnung;";
if($this->db_query($qry))
{