diff --git a/htdocs/comm/action/listactions.php b/htdocs/comm/action/listactions.php index e231a7a89ee04..22d2e15c7950b 100644 --- a/htdocs/comm/action/listactions.php +++ b/htdocs/comm/action/listactions.php @@ -22,7 +22,7 @@ /** * \file htdocs/comm/action/listactions.php * \ingroup agenda - * \brief Page liste des actions commerciales + * \brief Page to list actions * \version $Id$ */ @@ -56,7 +56,7 @@ if (! $sortorder) { $sortorder="ASC"; - if ($status == 'todo') $sortorder="DESC"; + if ($status == 'todo') $sortorder="ASC"; if ($status == 'done') $sortorder="DESC"; } if (! $sortfield)