Sorted projects in alphabetical order in Zeitaufzeichnung

Sorted within dropdown and in project cvs export file.
This commit is contained in:
Cris
2024-04-03 13:10:30 +02:00
parent d2a8d59f6d
commit a2791fecd1
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -413,6 +413,8 @@ class projekt extends basis_db
AND mitarbeiter_uid=" . $this->db_add_param($mitarbeiter_uid);
}
$qry .= ' ORDER BY titel';
if ($result = $this->db_query($qry))
{
while ($row = $this->db_fetch_object($result))