Typos und in SL/DB/Invoice.pm
[kivitendo-erp.git] / SL / DB / Manager / Letter.pm
index 7be6138..62c71c0 100644 (file)
@@ -17,7 +17,7 @@ sub _sort_spec {
   return ( columns => { SIMPLE    => 'ALL',
                         customer  => [ 'lower(customer.name)', ],
                       },
-           default => [ 'date', 1 ],
+           default => [ 'date', 0 ],
            nulls   => { }
          );
 }