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
-1
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