Projektliste in Detailsanzeige bei Angeboten und Aufträgen füllen
authorG. Richardson <information@kivitendo-premium.de>
Wed, 15 Jul 2015 07:20:47 +0000 (09:20 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Wed, 15 Jul 2015 07:22:55 +0000 (09:22 +0200)
Das Projekt-Dropdown in der Detailsanzeige bei den Positionen war leer.

bin/mozilla/oe.pl

index c3242ec..a89f69b 100644 (file)
@@ -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),