Commit 5e9295eb authored by Kulya's avatar Kulya 😊

Begin adding Client to Billz 4

parent bfca0a37
......@@ -720,7 +720,7 @@ class AloVoiceRest
];
ALVC::eLog($orderSearchParams,"------ AloVoiceRest :: Order Search PARAMS:");
$res = BxRest::call("sale.order.list",);
$res = BxRest::call("sale.order.list",$orderSearchParams);
$arResOrders = [];
if(!empty($res["result"]["orders"])){
......
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