diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index d8fd3206daf..5e07fc3eb74 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -249,6 +249,7 @@ if ( $db->query($sql) ) print '
| Factures impayées | '.$obj->nom.' | '; print ''.price($obj->total_ttc).' | '; + $total += $obj->total_ttc; $i++; } + print '
| '.price($obj->total_ttc).' |