X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/affd886bff7af48273af3dad20ea0680398489a3..fd1ef8eafbc87a43654e614bbde5ea1cbbd4e41f:/bin/mozilla/ap.pl diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 03542d703..2fe8041c9 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -937,8 +937,6 @@ sub search { $form->{title} = $locale->text('Vendor Invoices & AP Transactions'); - $form->get_lists(projects => { "key" => "ALL_PROJECTS", "all" => 1 }); - $::form->{ALL_DEPARTMENTS} = SL::DB::Manager::Department->get_all_sorted; # constants and subs for template $form->{vc_keys} = sub { "$_[0]->{name}--$_[0]->{id}" };