From 27613c5349cfea230627ef2dff902a28d939e2e5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 16 Nov 2004 22:30:49 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Le=20style=20du=20champ=20de=20tri=20n'?= =?UTF-8?q?=E9tait=20pas=20marqu=E9=20et=20le=20libell=E9=20de=20la=20colo?= =?UTF-8?q?nne=20ville=20contenait=20soci=E9t=E9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/clients.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/clients.php b/htdocs/compta/clients.php index ed8d93fdba3..49117e9f874 100644 --- a/htdocs/compta/clients.php +++ b/htdocs/compta/clients.php @@ -233,9 +233,10 @@ if ($result) } print ''; print ''; - print_liste_field_titre($langs->trans("Company"),"clients.php","s.nom","","",'valign="center"'); - print ''; - print "\n"; + print_liste_field_titre($langs->trans("Company"),"clients.php","s.nom","","",'valign="center"',$sortfield); + print_liste_field_titre($langs->trans("Town"),"clients.php","s.ville","","",'valign="center"',$sortfield); + print_liste_field_titre($langs->trans("Prefix"),"clients.php","s.prefix_comm","","",'valign="center"',$sortfield); + print "\n"; $var=True;
'.$langs->trans("Company").'Préfix