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";