X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0c404f20f1f066a1e6fc9c4bacf4bd70eec719e4..e24e657067548d45e6a23ff56ee4c3ee69b5687b:/bin/mozilla/fu.pl diff --git a/bin/mozilla/fu.pl b/bin/mozilla/fu.pl index 8dc5db6ea..5cd6a0745 100644 --- a/bin/mozilla/fu.pl +++ b/bin/mozilla/fu.pl @@ -364,7 +364,7 @@ sub report_for_todo_list { my %params = ( 'due_only' => 1, 'not_done' => 1, - 'created_for_login' => $form->{login}, + 'created_for_login' => $::myconfig{login}, ); my $follow_ups = FU->follow_ups(%params); @@ -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} };