From 92a8e6ea157edd92ab8d0b517137f30bcfefe37a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 15 May 2003 19:33:03 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20crit=E8res=20de=20tri?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/clients.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/clients.php3 b/htdocs/comm/clients.php3 index 2d7656f08e5..bea0d33137e 100644 --- a/htdocs/comm/clients.php3 +++ b/htdocs/comm/clients.php3 @@ -167,7 +167,7 @@ $pagenext = $page + 1; * * */ -print_barre_liste("Liste des clients", $page, $PHP_SELF); +print_barre_liste("Liste des clients", $page, $PHP_SELF,"",$sortfield,$sortorder); $sql = "SELECT s.idp, s.nom, s.ville, ".$db->pdate("s.datec")." as datec, ".$db->pdate("s.datea")." as datea, st.libelle as stcomm, s.prefix_comm FROM societe as s, c_stcomm as st WHERE s.fk_stcomm = st.id AND s.client=1"; @@ -209,7 +209,7 @@ if ($result) { $sortorder="DESC"; } - print ""; + print '
'; print ''; print "
"; print_liste_field_titre("Société",$PHP_SELF,"s.nom");