Commit 6a6721ff authored by Kulya's avatar Kulya 😊

Upd alvbx add prods12

parent 5b401a45
......@@ -843,7 +843,7 @@ class AloVoiceRest
foreach($res["result"]["product"] as $pfk=>$prf){
$type = (!empty($prf["propertyType"])) ? $prf["propertyType"] : $prf["type"];
if( ($type=="S" || $type=="F" || $type=="string") && ($pfk != "previewTextType") && ($pfk != "detailTextType")){
if( ($type=="S" || $type=="F" || $type=="string") && ($pfk != "purchasingCurrency") && ($pfk != "purchasingPrice") && ($pfk != "previewTextType") && ($pfk != "detailTextType")){
$arFileds[$pfk] = [
'code' => "F_".$pfk,
'title' => $prf["name"],
......
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