projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54376cd
)
Zeiterfassung: Nur nicht-gelöschte Mitarbeiter angezeigen
author
Sven Schöling
<s.schoeling@googlemail.com>
Fri, 11 Dec 2020 16:26:12 +0000
(17:26 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 5 May 2021 15:25:02 +0000
(17:25 +0200)
SL/Controller/TimeRecording.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/TimeRecording.pm
b/SL/Controller/TimeRecording.pm
index
c0a4cdc
..
e914236
100644
(file)
--- 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 {