mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix form title
This commit is contained in:
parent
686a61fba9
commit
72486448b8
@ -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 """
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user