Fixed skip items creations
This commit is contained in:
parent
a43b2b1c59
commit
59020ea572
|
@ -2710,6 +2710,10 @@ class Prd
|
||||||
$value
|
$value
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if($create_item === false){
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
if (is_array($value) === true) {
|
if (is_array($value) === true) {
|
||||||
$value = json_encode($value);
|
$value = json_encode($value);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue