mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 11:10:54 +00:00
BOM table now refreshes the table rather than the page
This commit is contained in:
@ -76,7 +76,6 @@ class StockLocation(InvenTreeTree):
|
||||
"""
|
||||
return self.stock_item_count(cascade) > 0
|
||||
|
||||
|
||||
@property
|
||||
def item_count(self):
|
||||
""" Simply returns the number of stock items in this location.
|
||||
|
Reference in New Issue
Block a user