mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 03:00:54 +00:00
PEP and unit testing fixes
This commit is contained in:
@ -433,7 +433,6 @@ class StockItem(MPTTModel):
|
||||
|
||||
return max(self.quantity - self.allocation_count(), 0)
|
||||
|
||||
|
||||
def can_delete(self):
|
||||
""" Can this stock item be deleted? It can NOT be deleted under the following circumstances:
|
||||
|
||||
|
Reference in New Issue
Block a user