Commit ceca479e authored by Kulya's avatar Kulya 😊

Begin adding Client to Billz 7

parent 5ae6f619
......@@ -788,6 +788,7 @@ class AloVoiceRest
$resCont = BxRest::call("crm.contact.get",[ "id" => $clientId ]);
ALVC::eLog($resCont["result"],"------ Billz :: Client(contact) RES:");
ALVC::eLog($resCont["PHONE"],"------ Billz :: Client PHONE:");
ALVC::eLog((empty($resCont["UF_CRM_1644411792448"])),"------ Billz :: Client(contact) CHECK:");
ALVC::eLog((!empty($resCont["PHONE"][0]["VALUE"])),"------ Billz :: Client(contact) CHECK 2:");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment