2
0
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:
eeintech
2021-07-05 17:36:10 -04:00
parent 1d0dd04ca4
commit 6687661928
2 changed files with 29 additions and 31 deletions

View File

@ -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