mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Fixes for some broken views
This commit is contained in:
@ -205,7 +205,7 @@ class StockLocationDelete(AjaxDeleteView):
|
||||
|
||||
model = StockLocation
|
||||
success_url = '/stock'
|
||||
template_name = 'stock/location_delete.html'
|
||||
ajax_template_name = 'stock/location_delete.html'
|
||||
context_object_name = 'location'
|
||||
ajax_form_title = 'Delete Stock Location'
|
||||
|
||||
|
Reference in New Issue
Block a user