$code instead of $label

This commit is contained in:
Michael RICOIS 2013-03-06 09:51:22 +00:00
parent e072675d9a
commit 5f538d94d7

View File

@ -1632,7 +1632,7 @@ class Gestion extends WsScore
if ($row->count()>0) { if ($row->count()>0) {
$data = array( $data = array(
'serviceCode' => $label, 'serviceCode' => $code,
); );
$result = $serviceM->update($data, 'login='.$login); $result = $serviceM->update($data, 'login='.$login);
} else { } else {