From a8f950f2f0c6ad1e240d764cfddee1c9b5778377 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 21 Jun 2003 14:10:47 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20en=20conformit=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php3 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/facture.php3 b/htdocs/compta/facture.php3 index 7eb2aa608a5..35f6773db21 100644 --- a/htdocs/compta/facture.php3 +++ b/htdocs/compta/facture.php3 @@ -790,7 +790,7 @@ else $sortfield="f.datef"; } - print_barre_liste("Factures",$page,$PHP_SELF); + print_barre_liste("Factures",$page,$PHP_SELF,"&socidp=$socidp",$sortfield,$sortorder); $sql = "SELECT s.nom,s.idp,f.facnumber,f.amount,".$db->pdate("f.datef")." as df,f.paye,f.rowid as facid"; $sql .= " FROM llx_societe as s,llx_facture as f WHERE f.fk_soc = s.idp"; @@ -821,9 +821,10 @@ else print ''; print 'Numéro'; print ''; - print_liste_field_titre("Société",$PHP_SELF,"s.nom"); - print 'Date'; - print 'Montant'; + print_liste_field_titre("Société",$PHP_SELF,"s.nom","","&socidp=$socidp"); + print ''; + print_liste_field_titre("Date",$PHP_SELF,"f.datef","","&socidp=$socidp"); + print 'Montant'; print ' '; print "\n";