load_inventarnummer hat ansschaffungsdatum und anschaffungswert nicht geladen

This commit is contained in:
Karl Burkhart
2013-08-14 07:56:59 +00:00
parent 7b37386fa5
commit 58748f6c09
+2
View File
@@ -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;
}