]> wagnertech.de Git - mfinanz.git/commitdiff
Letter: Sortierung default neue zuerst
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 27 Jan 2016 13:42:28 +0000 (14:42 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 27 Jan 2016 14:22:43 +0000 (15:22 +0100)
SL/DB/Manager/Letter.pm

index 7be6138543bc1fbc522d7880d799e27a38b2a527..62c71c004fcb2c9b974b7e531597f7b682e66fc3 100644 (file)
@@ -17,7 +17,7 @@ sub _sort_spec {
   return ( columns => { SIMPLE    => 'ALL',
                         customer  => [ 'lower(customer.name)', ],
                       },
-           default => [ 'date', 1 ],
+           default => [ 'date', 0 ],
            nulls   => { }
          );
 }