diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index 1088914709d..9cbabf36741 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004-2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * */ -/*! +/** \file htdocs/product/liste.php \ingroup produit \brief Page liste des produits ou services @@ -53,7 +53,7 @@ $limit = $conf->liste_limit; $offset = $limit * $page ; if ($sortfield == "") { - $sortfield="p.tms"; } + $sortfield="p.ref"; } if ($sortorder == "") {