mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +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.
|
||||
"""
|
||||
|
||||
ajax_form_title = 'Upload Bill of Materials'
|
||||
|
||||
def get_form(self):
|
||||
""" Return the correct form for the given step in the upload process """
|
||||
|
||||
|
Reference in New Issue
Block a user