OE-Baum kompakter gestaltet

- OEs mit hinterlegter Leitung und Freigabegrenze werden markiert. 
- OE-Typ wird abgekürzt (1. und letzter Buchstabe)
This commit is contained in:
Manfred Kindl
2019-03-04 19:02:18 +01:00
parent 34dd7b2dc5
commit 3c2873d301
2 changed files with 45 additions and 12 deletions
+1
View File
@@ -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
{