Add new check-in list flags to backend

This commit is contained in:
Raphael Michel
2023-10-23 17:26:42 +02:00
parent 56acb0929a
commit 7f6365cc81
2 changed files with 4 additions and 0 deletions

View File

@@ -113,6 +113,8 @@ class CheckinListForm(forms.ModelForm):
'gates',
'exit_all_at',
'addon_match',
'consider_tickets_used',
'ignore_in_statistics',
]
widgets = {
'limit_products': forms.CheckboxSelectMultiple(attrs={