mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-09 07:00:56 +00:00
Fixes for stock modal and notes propagation to tracking items
This commit is contained in:
@ -1211,7 +1211,7 @@ class StockItem(MPTTModel):
|
||||
# We need to split the stock!
|
||||
|
||||
# Split the existing StockItem in two
|
||||
self.splitStock(quantity, location, user)
|
||||
self.splitStock(quantity, location, user, **{'notes': notes})
|
||||
|
||||
return True
|
||||
|
||||
|
Reference in New Issue
Block a user