diff --git a/InvenTree/stock/models.py b/InvenTree/stock/models.py index fbf262ab5c..c2e8a86b08 100644 --- a/InvenTree/stock/models.py +++ b/InvenTree/stock/models.py @@ -615,10 +615,11 @@ class StockItem(MPTTModel): self.location = location - self.addTransactionNote(msg, - user, - notes=notes, - system=True) + self.addTransactionNote( + msg, + user, + notes=notes, + system=True) self.save()