mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
remove old todo
This commit is contained in:
@ -714,8 +714,6 @@ class StockItem(
|
|||||||
self.delete_on_deplete = False
|
self.delete_on_deplete = False
|
||||||
|
|
||||||
except PartModels.Part.DoesNotExist:
|
except PartModels.Part.DoesNotExist:
|
||||||
# This gets thrown if self.supplier_part is null
|
|
||||||
# TODO - Find a test than can be performed...
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# Ensure that the item cannot be assigned to itself
|
# Ensure that the item cannot be assigned to itself
|
||||||
|
Reference in New Issue
Block a user