mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
Sorting Akte Results if creation date is the same
This commit is contained in:
@@ -298,6 +298,7 @@ class Akte_model extends DB_Model
|
||||
$this->db->where('person_id', $person_id);
|
||||
|
||||
$this->addOrder('erstelltam', 'DESC');
|
||||
$this->addOrder('akte_id', 'DESC');
|
||||
|
||||
return $this->loadWhere([
|
||||
'archiv' => true
|
||||
|
||||
Reference in New Issue
Block a user