diff --git a/app/views/orders/_submenu.html.haml b/app/views/orders/_submenu.html.haml
index cbf3c9358..cfff14d96 100644
--- a/app/views/orders/_submenu.html.haml
+++ b/app/views/orders/_submenu.html.haml
@@ -9,7 +9,7 @@
- if can?(:reports, Order)
= nav 'Auftrags-Controlling',
- reports_orders_path(clear: 1),
+ reports_orders_path(clear: 1, status_preselection: 'not_closed'),
reports_orders_path
- if can?(:managed, Evaluations::Evaluation)