new features for dokumentenakt

-now uses versions of templates
	-only takes active templates
	-covering page now uses the oe_kurzbz
This commit is contained in:
Andreas Moik
2016-08-09 11:10:01 +02:00
parent 55729f5eb6
commit 7f6d632935
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -457,7 +457,7 @@ class vorlage extends basis_db
$this->style = $row->style;
$this->berechtigung = $this->db_parse_array($row->berechtigung);
$this->anmerkung_vorlagestudiengang = $row->anmerkung_vorlagestudiengang;
$this->aktiv = $this->db_parse_bool($row->aktiv);
$this->aktiv = $this->db_parse_bool($row->aktiv);echo $oe_kurzbz;
return true;
}