X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0c404f20f1f066a1e6fc9c4bacf4bd70eec719e4..8b85c428fc90649327032b5bf14d3d1b51ea43d4:/bin/mozilla/fu.pl diff --git a/bin/mozilla/fu.pl b/bin/mozilla/fu.pl index 8dc5db6ea..e49c8ac3d 100644 --- a/bin/mozilla/fu.pl +++ b/bin/mozilla/fu.pl @@ -403,7 +403,7 @@ sub edit_access_rights { my $access = FU->retrieve_access_rights(); - $form->{EMPLOYEES} = SL::DB::Manager::Employee->get_all(query => [ deleted => 0 ]); + $form->{EMPLOYEES} = SL::DB::Manager::Employee->get_all_sorted(query => [ deleted => 0 ]); map { $_->{access} = $access->{$_->{id}} } @{ $form->{EMPLOYEES} };