set tabulator to fixed height, fix missing grund when editing unterbrechung

This commit is contained in:
Harald Bamberger
2024-03-14 11:42:39 +01:00
parent bc5d42b310
commit 77221e507f
2 changed files with 2 additions and 1 deletions
@@ -144,6 +144,7 @@ class Studierendenantrag_model extends DB_Model
$lang = 'SELECT index FROM public.tbl_sprache WHERE sprache=' . $this->escape(getUserLanguage());
$this->addSelect('*');
$this->addSelect($this->dbTable . '.grund AS grund');
$this->addSelect('s.studierendenantrag_statustyp_kurzbz status');
$this->addSelect('s.insertvon status_insertvon');
$this->addSelect('t.bezeichnung[(' . $lang . ')] statustyp');