Merge branch 'Part-DB:master' into master

This commit is contained in:
d-buchmann 2023-11-16 14:51:14 +01:00 committed by GitHub
commit 62d2790cfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,7 +186,7 @@ class Project extends AbstractStructuralDBElement
//Set master attachment is needed
foreach ($bom_entries as $bom_entry) {
$clone = clone $bom_entry;
$this->bom_entries->add($clone);
$this->addBomEntry($clone);
}
}