]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Email-Journal standardmäßig nach Datum absteigend sortieren
authorG. Richardson <information@kivitendo-premium.de>
Fri, 6 Nov 2015 12:03:43 +0000 (13:03 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Fri, 6 Nov 2015 12:04:05 +0000 (13:04 +0100)
SL/DB/Manager/EmailJournal.pm

index b5584872c62e703e764b612bd3ac7e03cf842947..948d7c6196acf2014862e65a6c3d2d25ea45da54 100644 (file)
@@ -13,7 +13,7 @@ __PACKAGE__->make_manager_methods;
 
 sub _sort_spec {
   return (
-    default => [ 'sent_on', 1 ],
+    default => [ 'sent_on', 0 ],
     columns => {
       SIMPLE => 'ALL',
       sender => 'sender.name',