Log RNVP avec companyId

This commit is contained in:
Michael RICOIS 2015-06-19 14:07:15 +00:00
parent 9b211e5fbd
commit 5a2acfd4a9

View File

@ -685,7 +685,7 @@ class Entreprise extends Scores_Ws_Server
$InfoRNVP->DateInsert = $rnvpResult->dateInsert;
$InfoRNVP->DateUpdate = $rnvpResult->dateUpdate;
$this->wsLog('rnvp');
$this->wsLog('rnvp', 0, $companyId);
return $InfoRNVP;