Update src/pretix/control/forms/filter.py

This commit is contained in:
Raphael Michel
2023-04-17 09:34:56 +02:00
committed by GitHub
parent 879ae386ac
commit 73bec00d0c
+1
View File
@@ -573,6 +573,7 @@ class EventOrderExpertFilterForm(EventOrderFilterForm):
required=False,
widget=FilterNullBooleanSelect,
label=_('Requires special attention'),
help_text=_('Only matches orders with the attention checkbox set directly for the order, not based on the product.'),
)
def __init__(self, *args, **kwargs):