mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Fix form title
This commit is contained in:
@ -646,6 +646,8 @@ class BomUpload(AjaxView):
|
|||||||
During these steps, data are passed between the server/client as JSON objects.
|
During these steps, data are passed between the server/client as JSON objects.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
ajax_form_title = 'Upload Bill of Materials'
|
||||||
|
|
||||||
def get_form(self):
|
def get_form(self):
|
||||||
""" Return the correct form for the given step in the upload process """
|
""" Return the correct form for the given step in the upload process """
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user