Skip to content
Snippets Groups Projects
Commit cbc2a748 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

SendDebug

parent a9a03253
Branches
Tags
No related merge requests found
Pipeline #10854 passed
......@@ -710,6 +710,7 @@ class Siham
];
}
//Traitement du numéro de téléphone
$listeNumerosTelephoneFax = [];
......@@ -1277,7 +1278,7 @@ class Siham
try {
$client = $this->sihamClient->getClient('DossierParametrageWebService');
$result = $client->RecupStructures($paramsWS);
$this->sendDebug();
$this->sendDebug('WS DossierParametrageWebService / METHOD RecupStructures');
if (isset($result->return)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment