Flake fix

This commit is contained in:
Oliver Walters 2020-02-18 08:15:05 +11:00
parent 0f4d60dceb
commit 9e456f5a11

View File

@ -615,10 +615,11 @@ class StockItem(MPTTModel):
self.location = location self.location = location
self.addTransactionNote(msg, self.addTransactionNote(
user, msg,
notes=notes, user,
system=True) notes=notes,
system=True)
self.save() self.save()