From ba89af8b607873c468922a18de98719893d7f5a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 11 Dec 2020 17:26:12 +0100 Subject: [PATCH] =?utf8?q?Zeiterfassung:=20Nur=20nicht-gel=C3=B6schte=20Mi?= =?utf8?q?tarbeiter=20angezeigen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/TimeRecording.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/TimeRecording.pm b/SL/Controller/TimeRecording.pm index c0a4cdc0c..e914236b4 100644 --- a/SL/Controller/TimeRecording.pm +++ b/SL/Controller/TimeRecording.pm @@ -135,7 +135,7 @@ sub init_all_time_recording_types { } sub init_all_employees { - SL::DB::Manager::Employee->get_all_sorted; + SL::DB::Manager::Employee->get_all_sorted(query => [ deleted => 0 ]); } sub check_auth { -- 2.20.1