Projekt: Sortierung nach project_status
[kivitendo-erp.git] / SL / DB / Manager / Project.pm
index f6ff127..8fcc3bd 100644 (file)
@@ -48,6 +48,7 @@ sub _sort_spec {
       SIMPLE       => 'ALL',
       customer     => 'customer.name',
       project_type => 'project_type.description',
+      project_status => 'project_status.description',
     });
 }