mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
Cleanup old forms
This commit is contained in:
@ -15,7 +15,7 @@ from InvenTree.fields import DatePickerFormField
|
||||
|
||||
from InvenTree.status_codes import StockStatus
|
||||
|
||||
from .models import Build, BuildItem, BuildOrderAttachment
|
||||
from .models import Build, BuildItem
|
||||
|
||||
from stock.models import StockLocation, StockItem
|
||||
|
||||
@ -275,17 +275,3 @@ class EditBuildItemForm(HelperForm):
|
||||
'quantity',
|
||||
'install_into',
|
||||
]
|
||||
|
||||
|
||||
class EditBuildAttachmentForm(HelperForm):
|
||||
"""
|
||||
Form for creating / editing a BuildAttachment object
|
||||
"""
|
||||
|
||||
class Meta:
|
||||
model = BuildOrderAttachment
|
||||
fields = [
|
||||
'build',
|
||||
'attachment',
|
||||
'comment'
|
||||
]
|
||||
|
Reference in New Issue
Block a user