diff --git a/include/organisationseinheit.class.php b/include/organisationseinheit.class.php index fe2f15fd2..405d73cd6 100644 --- a/include/organisationseinheit.class.php +++ b/include/organisationseinheit.class.php @@ -137,6 +137,7 @@ class organisationseinheit extends basis_db $this->mailverteiler = $this->db_parse_bool($row->mailverteiler); $this->lehre = $this->db_parse_bool($row->lehre); $this->standort_id = $row->standort_id; + $this->freigabegrenze = $row->freigabegrenze; } else { diff --git a/vilesci/stammdaten/organisationseinheiten.php b/vilesci/stammdaten/organisationseinheiten.php index 48291c8c3..63fb84713 100644 --- a/vilesci/stammdaten/organisationseinheiten.php +++ b/vilesci/stammdaten/organisationseinheiten.php @@ -41,14 +41,14 @@ echo ' - - - - - + '; + + include('../../include/meta/jquery.php'); + include('../../include/meta/jquery-tablesorter.php'); + +echo ' -