mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-22 01:06:50 +00:00
Stock convert (#11818)
* [UI] Reimplement "convert stock" action * Add playwright tests
This commit is contained in:
@@ -2636,9 +2636,7 @@ class Part(
|
||||
parts = []
|
||||
|
||||
# Child parts
|
||||
children = self.get_descendants(include_self=False)
|
||||
|
||||
for child in children:
|
||||
for child in self.get_descendants(include_self=False):
|
||||
parts.append(child)
|
||||
|
||||
# Immediate parent, and siblings
|
||||
|
||||
Reference in New Issue
Block a user