mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-04 20:51:00 +00:00
style fixes
This commit is contained in:
@ -765,7 +765,7 @@ class StockItemUninstall(AjaxView, FormMixin):
|
||||
stock_item = StockItem.objects.get(pk=pk)
|
||||
items.append(stock_item)
|
||||
except (ValueError, StockItem.DoesNotExist):
|
||||
pass
|
||||
pass
|
||||
|
||||
self.stock_items = items
|
||||
|
||||
|
Reference in New Issue
Block a user