From fd1ef8eafbc87a43654e614bbde5ea1cbbd4e41f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 23 Oct 2020 15:32:00 +0200 Subject: [PATCH] AP::search: ALL_PROJECTS muss nicht mehr geladen werden --- bin/mozilla/ap.pl | 2 -- 1 file changed, 2 deletions(-) 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}" }; -- 2.20.1