From 1faa3e48bf2d68af0f27c169fd4861f73c5ebdcd Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 3 Nov 2005 13:16:26 +0000 Subject: [PATCH] Gestion muli-fournisseur --- htdocs/telephonie/script/retour-traitement.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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++; }