diff --git a/InvenTree/stock/models.py b/InvenTree/stock/models.py index 7333cc4f7f..03aaac7243 100644 --- a/InvenTree/stock/models.py +++ b/InvenTree/stock/models.py @@ -67,6 +67,7 @@ class StockItem(models.Model): self.add_transaction_note( 'Created stock item', None, + notes="Created new stock item for part '{p}'".format(p=str(self.part)), system=True )