mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 02:25:38 +00:00
Add note on creation of StockItem
This commit is contained in:
@ -67,6 +67,7 @@ class StockItem(models.Model):
|
||||
self.add_transaction_note(
|
||||
'Created stock item',
|
||||
None,
|
||||
notes="Created new stock item for part '{p}'".format(p=str(self.part)),
|
||||
system=True
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user