diff --git a/htdocs/telephonie/script/retour-traitement.php b/htdocs/telephonie/script/retour-traitement.php index 5af0c7c155d..61427434b1d 100644 --- a/htdocs/telephonie/script/retour-traitement.php +++ b/htdocs/telephonie/script/retour-traitement.php @@ -92,7 +92,7 @@ for ($i = 0 ; $i < $n ; $i++) { $error = 0; - if ($ligne->set_statut($user, $statut, $datea) <> 0) + if ($ligne->set_statut($user, $statut, $datea,'',1) <> 0) { $error++; } @@ -148,7 +148,7 @@ for ($i = 0 ; $i < $n ; $i++) { $error = 0; - if ($ligne->set_statut($user, $statut, $datea) <> 0) + if ($ligne->set_statut($user, $statut, $datea,'',1) <> 0) { $error++; }