mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Flake fix
This commit is contained in:
parent
0f4d60dceb
commit
9e456f5a11
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user