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

StockLocationEdit

This commit is contained in:
Oliver
2021-11-02 19:58:25 +11:00
parent 4c8bc9580c
commit 0d9c08b49c
5 changed files with 24 additions and 40 deletions

View File

@ -149,6 +149,10 @@ class StockLocationEdit(AjaxUpdateView):
"""
View for editing details of a StockLocation.
This view is used with the EditStockLocationForm to deliver a modal form to the web view
TODO: Remove this code as location editing has been migrated to the API forms
- Have to still validate that all form functionality (as below) as been ported
"""
model = StockLocation