mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +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…
x
Reference in New Issue
Block a user