2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00
This commit is contained in:
Oliver Walters
2019-04-17 00:21:11 +10:00
parent 5cd837be07
commit a3b544e2a4
3 changed files with 21 additions and 2 deletions

View File

@ -341,7 +341,7 @@ class SupplierPartCreate(AjaxCreateView):
form_class = EditSupplierPartForm
ajax_template_name = 'modal_form.html'
ajax_form_title = 'Create new Supplier Part'
template_name = 'company/partcreate.html'
#template_name = 'company/partcreate.html'
context_object_name = 'part'
def get_initial(self):