From 5f538d94d7b85fc3bf5812bdb56ea943bf83a56f Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 6 Mar 2013 09:51:22 +0000 Subject: [PATCH] $code instead of $label --- library/WsScore/Gestion/v0.3/Gestion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/WsScore/Gestion/v0.3/Gestion.php b/library/WsScore/Gestion/v0.3/Gestion.php index f71a7d67..0caedad2 100644 --- a/library/WsScore/Gestion/v0.3/Gestion.php +++ b/library/WsScore/Gestion/v0.3/Gestion.php @@ -1632,7 +1632,7 @@ class Gestion extends WsScore if ($row->count()>0) { $data = array( - 'serviceCode' => $label, + 'serviceCode' => $code, ); $result = $serviceM->update($data, 'login='.$login); } else {