buttons in table footer

This commit is contained in:
2025-07-11 20:26:02 +03:00
parent d72cf0a0b3
commit d986fdf232
46 changed files with 1828 additions and 1720 deletions
+7 -1
View File
@@ -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']