X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fdn.pl;h=6b2cad0e66848a91aae829ff28866750c7615319;hb=9985655a1d5ae8577901aec2f5052e1d357c52a3;hp=9cac44e3a6b8d6e6ea5c41dd36dd35270f37955b;hpb=eed2ea364f31c49d86ee4570759a987dc242483f;p=kivitendo-erp.git diff --git a/bin/mozilla/dn.pl b/bin/mozilla/dn.pl index 9cac44e3a..6b2cad0e6 100644 --- a/bin/mozilla/dn.pl +++ b/bin/mozilla/dn.pl @@ -31,7 +31,7 @@ # #====================================================================== -use POSIX; +use POSIX qw(strftime); use SL::IS; use SL::PE; @@ -298,7 +298,7 @@ sub search { $form->get_lists("customers" => "ALL_CUSTOMERS", "departments" => "ALL_DEPARTMENTS"); - $form->{ALL_EMPLOYEES} = SL::DB::Manager::Employee->get_all(query => [ deleted => 0 ]); + $form->{ALL_EMPLOYEES} = SL::DB::Manager::Employee->get_all_sorted(query => [ deleted => 0 ]); DN->get_config(\%myconfig, \%$form);