WIP Contract / IVT Import2024-05-23
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user