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:
6bb7976
)
gelöschte Benutzer in fu/edit_access_rights ausblenden
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 13 Feb 2012 11:00:29 +0000
(12:00 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 13 Feb 2012 11:00:29 +0000
(12:00 +0100)
bin/mozilla/fu.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/fu.pl
b/bin/mozilla/fu.pl
index
8870c2b
..
b2e6037
100644
(file)
--- a/
bin/mozilla/fu.pl
+++ b/
bin/mozilla/fu.pl
@@
-384,7
+384,7
@@
sub edit_access_rights {
my $access = FU->retrieve_access_rights();
- $form->
get_lists("employees" => "EMPLOYEES"
);
+ $form->
{EMPLOYEES} = SL::DB::Manager::Employee->get_all(query => [ deleted => 0 ]
);
map { $_->{access} = $access->{$_->{id}} } @{ $form->{EMPLOYEES} };