mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-13 13:49:33 +00:00
Assembly getReferencedAssemblies korrigieren
This commit is contained in:
parent
37b2380de1
commit
8009418d54
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ class Assembly extends AbstractStructuralDBElement
|
|||
$assemblies = [];
|
||||
|
||||
foreach($this->bom_entries as $entry) {
|
||||
if ($entry->getAssembly() !== null) {
|
||||
if ($entry->getReferencedAssembly() !== null) {
|
||||
$assemblies[] = $entry->getReferencedAssembly();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue