mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Update comment
This commit is contained in:
parent
47ddafb728
commit
59cf9825fe
@ -2233,7 +2233,7 @@ class Part(MPTTModel):
|
||||
for child in children:
|
||||
parts.append(child)
|
||||
|
||||
# Immediate parent
|
||||
# Immediate parent, and siblings
|
||||
if self.variant_of:
|
||||
parts.append(self.variant_of)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user