2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 13:10:57 +00:00

[FR] Confirm to W293

Fixes #2335
This commit is contained in:
Matthias
2021-11-23 00:28:23 +01:00
parent b1930404bd
commit d884e62be1
49 changed files with 103 additions and 103 deletions

View File

@ -543,7 +543,7 @@ class StockItemInstall(AjaxUpdateView):
- Items must be in BOM of stock item
- Items must be serialized
"""
# Filter items in stock
items = StockItem.objects.filter(StockItem.IN_STOCK_FILTER)
@ -900,7 +900,7 @@ class StockItemEdit(AjaxUpdateView):
item.save(user=self.request.user)
return item
class StockItemConvert(AjaxUpdateView):
"""