Kostenstelle->getAll() - Order By -> Bezeichnung

This commit is contained in:
Karl Burkhart
2011-02-08 14:51:28 +00:00
parent 6e471a33c4
commit a18a08f8af
+1 -1
View File
@@ -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))
{