mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-11 20:59:36 +00:00
Assembly getReferencedAssemblies korrigieren
This commit is contained in:
parent
c80c7d2520
commit
175f664082
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