Projektbericht - Sortierung nach Status und Typ repariert
authorG. Richardson <information@kivitendo-premium.de>
Mon, 10 Aug 2015 13:19:18 +0000 (15:19 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Mon, 10 Aug 2015 13:22:00 +0000 (15:22 +0200)
ist nach Umstellung auf Controller kaputt gegangen

SL/Controller/Project.pm

index 6049785..6cffe36 100644 (file)
@@ -246,12 +246,13 @@ sub init_models {
         by    => 'projectnumber',
         dir   => 1,
       },
-      customer      => t8('Customer'),
-      description   => t8('Description'),
-      projectnumber => t8('Project Number'),
-      project_type  => t8('Project Type'),
+      customer       => t8('Customer'),
+      description    => t8('Description'),
+      projectnumber  => t8('Project Number'),
+      project_type   => t8('Project Type'),
+      project_status => t8('Project Status'),
     },
-    with_objects => [ 'customer' ],
+    with_objects => [ 'customer', 'project_status', 'project_type' ],
   );
 }