X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5494f687372570c9d1c5eb5c6aad73767e50820a..e14cb525c640cb15bb6b2dfb62ccebbe78cb45cd:/bin/mozilla/fu.pl diff --git a/bin/mozilla/fu.pl b/bin/mozilla/fu.pl index 8870c2b60..b2e603780 100644 --- 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} };