mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
statusgruende sortiert
This commit is contained in:
@@ -14,6 +14,7 @@ class Statusgrund_model extends DB_Model
|
|||||||
|
|
||||||
public function getStatus($status_kurzbz = null, $aktiv = null)
|
public function getStatus($status_kurzbz = null, $aktiv = null)
|
||||||
{
|
{
|
||||||
|
$this->addOrder('bezeichnung_mehrsprachig');
|
||||||
$where = array();
|
$where = array();
|
||||||
if (!is_null($status_kurzbz))
|
if (!is_null($status_kurzbz))
|
||||||
$where['status_kurzbz'] = $status_kurzbz;
|
$where['status_kurzbz'] = $status_kurzbz;
|
||||||
|
|||||||
Reference in New Issue
Block a user