statusgruende sortiert

This commit is contained in:
ma0048
2021-06-10 12:00:09 +02:00
parent 5330e2b250
commit ccffdf9b7f
@@ -14,6 +14,7 @@ class Statusgrund_model extends DB_Model
public function getStatus($status_kurzbz = null, $aktiv = null)
{
$this->addOrder('bezeichnung_mehrsprachig');
$where = array();
if (!is_null($status_kurzbz))
$where['status_kurzbz'] = $status_kurzbz;