2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 04:00:57 +00:00
Thanks, unit testing
This commit is contained in:
Oliver Walters
2020-04-06 11:21:34 +10:00
parent b28487760a
commit bbe714c8f7
3 changed files with 10 additions and 6 deletions

View File

@ -427,7 +427,7 @@ class StockItem(MPTTModel):
quantity=self.quantity,
date=datetime.now().date(),
notes=notes,
URL=url,
link=url,
system=system
)