$code instead of $label
This commit is contained in:
parent
e072675d9a
commit
5f538d94d7
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user