]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/gl.pl
Font-Fallback auf serifenlosen Font, falls keiner der angegebenen Fonts installiert...
[mfinanz.git] / bin / mozilla / gl.pl
index a4f2d1dfe86a634523c4301bdfa672d435408e2e..ce1d1a9dd440229232e21d7b425d6b0490158c8e 100644 (file)
@@ -217,8 +217,8 @@ sub search {
   $::form->all_departments(\%::myconfig);
   $::form->get_lists(
     projects  => { key => "ALL_PROJECTS", all => 1 },
-    employees => "ALL_EMPLOYEES",
   );
+  $::form->{ALL_EMPLOYEES} = SL::DB::Manager::Employee->get_all(query => [ deleted => 0 ]);
 
   my $onload = "focus()"
              . qq|;setupDateFormat('|. $::myconfig{dateformat} . qq|', '| . $::locale->text("Falsches Datumsformat!") . qq|')|