Commit 5ae6f619 authored by Kulya's avatar Kulya 😊

Begin adding Client to Billz 6

parent dc9d5620
......@@ -775,6 +775,7 @@ class AloVoiceRest
}
private function process_order_client($id=false) {
if(empty($id)){ $id = 56; }
$res = BxRest::call("sale.order.get",[ "id" => $id ]);
ALVC::eLog($res["result"],"------ Billz :: Order RES:");
......
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