mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add note on creation of StockItem
This commit is contained in:
parent
533fdb71c4
commit
79f8736b6b
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user