diff --git a/htdocs/accountancy/customer/index.php b/htdocs/accountancy/customer/index.php index c07f15a6ef4..951f28e4b83 100644 --- a/htdocs/accountancy/customer/index.php +++ b/htdocs/accountancy/customer/index.php @@ -322,7 +322,6 @@ if ($resql) { } else print $row[1]; print ''; - print '' . $row[1] . ''; for($i = 2; $i <= 12; $i ++) { print '' . price($row[$i]) . ''; }