diff --git a/InvenTree/stock/models.py b/InvenTree/stock/models.py index ff53307410..a3c838504e 100644 --- a/InvenTree/stock/models.py +++ b/InvenTree/stock/models.py @@ -1261,6 +1261,7 @@ class StockItem(InvenTreeBarcodeMixin, InvenTreeNotesMixin, MetadataMixin, commo # Mark this stock item as *not* belonging to anyone self.belongs_to = None + self.consumed_by = None self.location = location self.save()