buttons in table footer
This commit is contained in:
+7
-1
@@ -21,4 +21,10 @@ class PreinfoCreateForm(PreinfoBaseForm):
|
||||
'deleted',
|
||||
'deleted_on',
|
||||
'deleted_by',
|
||||
'received'] # Exclude fields that should not be set by the user
|
||||
'received'] # Exclude fields that should not be set by the user
|
||||
|
||||
|
||||
class PreinfoEditForm(ModelForm):
|
||||
class Meta:
|
||||
model = Preinfo
|
||||
fields = ['container_number', 'container_type', 'line']
|
||||
Reference in New Issue
Block a user