From f1fcc34676cd3a1f177ef34a9156265d2e8a4834 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 14 Feb 2004 00:50:16 +0000 Subject: [PATCH] Le tri sur le montant ne fonctionnait pas. --- htdocs/compta/facture.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index b3861bfb3d9..dde8d32a49f 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1304,9 +1304,9 @@ else print ''; print_liste_field_titre("Société",$PHP_SELF,"s.nom","","&socidp=$socidp"); print ''; - print_liste_field_titre("Montant HT",$PHP_SELF,"s.nom","","&socidp=$socidp"); + print_liste_field_titre("Montant HT",$PHP_SELF,"f.total","","&socidp=$socidp"); print ''; - print_liste_field_titre("Montant TTC",$PHP_SELF,"s.nom","","&socidp=$socidp"); + print_liste_field_titre("Montant TTC",$PHP_SELF,"f.totalttc","","&socidp=$socidp"); print 'Reçu'; print 'Status'; print "\n";