diff --git a/include/betriebsmittel.class.php b/include/betriebsmittel.class.php index 3b1cfa2de..35a3eb313 100644 --- a/include/betriebsmittel.class.php +++ b/include/betriebsmittel.class.php @@ -605,6 +605,8 @@ class betriebsmittel extends basis_db $this->leasing_bis = $row->leasing_bis; $this->inventuramum = $row->inventuramum; $this->inventurvon = $row->inventurvon; + $this->anschaffungsdatum = $row->anschaffungsdatum; + $this->anschaffungswert = $row->anschaffungswert; return true; }