remove old todo
This commit is contained in:
parent
bdb900a49e
commit
62c57e9447
|
|
@ -714,8 +714,6 @@ class StockItem(
|
|||
self.delete_on_deplete = False
|
||||
|
||||
except PartModels.Part.DoesNotExist:
|
||||
# This gets thrown if self.supplier_part is null
|
||||
# TODO - Find a test than can be performed...
|
||||
pass
|
||||
|
||||
# Ensure that the item cannot be assigned to itself
|
||||
|
|
|
|||
Loading…
Reference in New Issue