2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 21:20:56 +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

@ -934,7 +934,7 @@ class StockItemCreate(AjaxCreateView):
batch=form_data.get('batch'),
delete_on_deplete=False,
status=form_data.get('status'),
URL=form_data.get('URL'),
link=form_data.get('link'),
)
item.save(user=request.user)