+ Change notification screen value
This commit is contained in:
parent
4efb93c475
commit
2f61d6e063
|
@ -654,7 +654,7 @@ class Requester
|
|||
$this->messenger->sendMail();
|
||||
//Send notification
|
||||
$data = new \stdClass();
|
||||
$data->screen = "Historique";
|
||||
$data->screen = "historyItemDetails";
|
||||
$data->data = new \stdClass();
|
||||
$data->data->id = $result['id'];
|
||||
$data->data->montant = $montant.'';
|
||||
|
|
|
@ -263,7 +263,7 @@ function createAgent($request){
|
|||
}
|
||||
}else {
|
||||
$req['error']=-1;
|
||||
$req['msg']='missing first name';
|
||||
$req['msg']='missing address';
|
||||
}
|
||||
}
|
||||
function createSimpleUser($request)
|
||||
|
@ -313,7 +313,7 @@ function createSimpleUser($request)
|
|||
}
|
||||
}else {
|
||||
$req['error']=-1;
|
||||
$req['msg']='missing first name';
|
||||
$req['msg']='missing address';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue