2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

BOM table now refreshes the table rather than the page

This commit is contained in:
Oliver Walters
2019-09-08 19:24:08 +10:00
parent b554af5f10
commit 0d6a3d3b28
3 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,6 @@ class PartCategory(InvenTreeTree):
return query
@property
def item_count(self):
return self.partcount()