diff --git a/src/pretix/control/templates/pretixcontrol/orders/overview.html b/src/pretix/control/templates/pretixcontrol/orders/overview.html index fcf6267ab..368584042 100644 --- a/src/pretix/control/templates/pretixcontrol/orders/overview.html +++ b/src/pretix/control/templates/pretixcontrol/orders/overview.html @@ -45,6 +45,14 @@ {% bootstrap_field filter_form.date_until layout='inline' %} +

+ {% blocktrans trimmed %} + Filtering this report by date is not recommended as it might lead to misleading information since this + report only sees the current state of any order, not any changes made to the order previously. + This date filter might be removed in the future. + Use the "Accounting report" in the export section instead. + {% endblocktrans %} +