WIP Contract / IVT Import2024-05-23

This commit is contained in:
Frank Schubert
2024-05-23 18:16:41 +02:00
parent 72c406766c
commit ac598e83e9
9 changed files with 472 additions and 117 deletions
+1
View File
@@ -258,6 +258,7 @@ class Contract extends mfBaseModel {
}
if($name == "configvalues") {
$this->configvalues = [];
foreach($this->getProperty("configgroups") as $group) {
foreach($group->items as $item) {
$this->configvalues[$item->name] = $item;