mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Kostenstelle->getAll() - Order By -> Bezeichnung
This commit is contained in:
@@ -122,7 +122,7 @@ class wawi_kostenstelle extends basis_db
|
||||
lower(kurzbz) LIKE lower('%".addslashes($filter)."%')";
|
||||
}
|
||||
|
||||
$qry.=';';
|
||||
$qry.=' ORDER BY bezeichnung;';
|
||||
|
||||
if(!$this->db_query($qry))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user