diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html
index c8fa114fea..2a1cada254 100644
--- a/src/pretix/control/templates/pretixcontrol/order/index.html
+++ b/src/pretix/control/templates/pretixcontrol/order/index.html
@@ -362,6 +362,11 @@
{% endif %}
{% endif %}
+ {% if staff_session %}
+
+ {% trans "Inspect" %}
+
+ {% endif %}
{% if forloop.revcounter0 > 0 %}
{% endif %}
diff --git a/src/pretix/control/urls.py b/src/pretix/control/urls.py
index 8150aa521d..d310572e30 100644
--- a/src/pretix/control/urls.py
+++ b/src/pretix/control/urls.py
@@ -391,6 +391,8 @@ urlpatterns = [
name='event.order.retransmitinvoice'),
re_path(r'^orders/(?P[0-9A-Z]+)/invoices/(?P\d+)/reissue$', orders.OrderInvoiceReissue.as_view(),
name='event.order.reissueinvoice'),
+ re_path(r'^orders/(?P[0-9A-Z]+)/invoices/(?P\d+)/inspect$', orders.OrderInvoiceInspect.as_view(),
+ name='event.order.inspect'),
re_path(r'^orders/(?P[0-9A-Z]+)/download/(?P\d+)/(?P