X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Ffu.pl;h=e49c8ac3d1d11cf2e80435477a999a2a29f6ec5a;hb=805255330a34b43fe8cee050808ca0e76c9a412b;hp=8dc5db6eab7f93bb5bab52e1dbbc32760fae2789;hpb=891f62176912eb5c1e8864a1140635e4ad533d08;p=kivitendo-erp.git 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} };