2
0
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:
Oliver Walters
2020-10-05 00:01:01 +11:00
parent 3fe0886207
commit 62734c4b72
4 changed files with 26 additions and 5 deletions

View File

@ -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