mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-04 20:51:00 +00:00
Add a custom template for the install item form
This commit is contained in:
@ -698,6 +698,7 @@ class StockItemInstall(AjaxUpdateView):
|
||||
model = StockItem
|
||||
form_class = StockForms.InstallStockForm
|
||||
ajax_form_title = _('Install Stock Item')
|
||||
ajax_template_name = "stock/item_install.html"
|
||||
|
||||
part = None
|
||||
|
||||
|
Reference in New Issue
Block a user