This commit is contained in:
Oliver Walters 2019-08-14 16:35:26 +10:00
parent 5963f7ed01
commit 6c73649687
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ from __future__ import unicode_literals
from InvenTree.forms import HelperForm
from django import forms
from django.core.validators import MinValueValidator
from .models import Part, PartCategory, PartAttachment
from .models import BomItem

View File

@ -982,7 +982,6 @@ class BomUpload(FormView):
if valid:
# Try to extract meaningful data
self.preFillSelections()
form = None
self.template_name = 'part/bom_upload/select_parts.html'
else:
self.template_name = 'part/bom_upload/select_fields.html'