diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php index f40932c7faf..5e62cc5b0e4 100644 --- a/htdocs/fichinter/index.php +++ b/htdocs/fichinter/index.php @@ -98,7 +98,6 @@ if ($resql) { // -1=Canceled, 0=Draft, 1=Validated, 2=Accepted/On process, 3=Closed (Sent/Received, billed or not) if ($num>0) { while ($row = $db->fetch_row($resql)) { - if (!isset($vals[$row[1]])) { $vals[$row[1]] = 0; }