diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 46104845ba046..103ec747e3713 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -378,7 +378,7 @@ print ''; $total_ttc += $obj->total_ttc; - $total += $obj->total_hc; + $total += $obj->total_ht; $totalam += $obj->am; $i++;