From fd71c09ec391d9ae8c9276597d0f0e574cc0b4c1 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Wed, 15 Jul 2015 09:20:47 +0200 Subject: [PATCH] =?utf8?q?Projektliste=20in=20Detailsanzeige=20bei=20Angeb?= =?utf8?q?oten=20und=20Auftr=C3=A4gen=20f=C3=BCllen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Das Projekt-Dropdown in der Detailsanzeige bei den Positionen war leer. --- bin/mozilla/oe.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index c3242ec29..a89f69b09 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -352,6 +352,7 @@ sub form_header { $form->get_lists("taxzones" => ($form->{id} ? "ALL_TAXZONES" : "ALL_ACTIVE_TAXZONES"), "payments" => "ALL_PAYMENTS", + "projects" => "ALL_PROJECTS", "currencies" => "ALL_CURRENCIES", "departments" => "ALL_DEPARTMENTS", $vc => { key => "ALL_" . uc($vc), -- 2.20.1