2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-08 12:50:55 +00:00

Deleted unused form

This commit is contained in:
Oliver Walters
2019-08-14 13:54:16 +10:00
parent f90ffcd3db
commit 5963f7ed01
3 changed files with 4 additions and 26 deletions

View File

@@ -51,18 +51,6 @@ class BomUploadSelectFile(HelperForm):
]
class BomUploadSelectFields(HelperForm):
""" Form for selecting BOM fields """
starting_row = forms.IntegerField(required=True, initial=2, help_text='Index of starting row', validators=[MinValueValidator(1)])
class Meta:
model = Part
fields = [
'starting_row',
]
class EditPartAttachmentForm(HelperForm):
""" Form for editing a PartAttachment object """