]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Projekt: Sortierung nach project_status
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 7 May 2013 13:25:23 +0000 (15:25 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:03:21 +0000 (13:03 +0200)
SL/DB/Manager/Project.pm

index f6ff1271ba42074b2bb728fa61075d2d02602d1b..8fcc3bd0662626f4e66e4cb013f36ba64c6f6232 100644 (file)
@@ -48,6 +48,7 @@ sub _sort_spec {
       SIMPLE       => 'ALL',
       customer     => 'customer.name',
       project_type => 'project_type.description',
+      project_status => 'project_status.description',
     });
 }