2
0
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:
Oliver
2026-04-27 19:59:30 +10:00
committed by GitHub
parent 9958f4a247
commit 65b2283c7f
4 changed files with 71 additions and 16 deletions
+1 -3
View File
@@ -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