mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
API for stock app
This commit is contained in:
@ -17,7 +17,6 @@ class PartCategory(InvenTreeTree):
|
||||
@property
|
||||
def parts(self):
|
||||
parts_list = self.part_set.all()
|
||||
print(parts_list)
|
||||
return parts_list
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user