2
0
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:
Oliver
2017-04-11 18:58:44 +10:00
parent 599cdc0a7b
commit 15582369d2
6 changed files with 100 additions and 13 deletions

View File

@ -17,7 +17,6 @@ class PartCategory(InvenTreeTree):
@property
def parts(self):
parts_list = self.part_set.all()
print(parts_list)
return parts_list