mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 15:15:42 +00:00 
			
		
		
		
	Update comment
This commit is contained in:
		@@ -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)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user