From 72486448b8a7f8773508d65afb2c8bf3763c350a Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 27 Jun 2019 21:17:33 +1000 Subject: [PATCH] Fix form title --- InvenTree/part/views.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InvenTree/part/views.py b/InvenTree/part/views.py index 95e0ed4946..08e3be79cb 100644 --- a/InvenTree/part/views.py +++ b/InvenTree/part/views.py @@ -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 """