mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
Flake fix
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user