aa
This commit is contained in:
@@ -226,9 +226,9 @@ function loadArticleByIdArticle($id, $checkprevendita = false)
|
|||||||
$ris = 'Articles:' . PHP_EOL;
|
$ris = 'Articles:' . PHP_EOL;
|
||||||
$ris .= getarraystr($articles); // Converte solo i dati specificati in JSON
|
$ris .= getarraystr($articles); // Converte solo i dati specificati in JSON
|
||||||
|
|
||||||
// $product = Product::where('sku', $id)->first();
|
$product = Product::where('sku', $id)->first();
|
||||||
|
|
||||||
// $ris .= 'Product:' . PHP_EOL;
|
$ris .= 'Product:' . PHP_EOL;
|
||||||
// $ris .= getarraystr($product);
|
// $ris .= getarraystr($product);
|
||||||
|
|
||||||
return $ris;
|
return $ris;
|
||||||
|
|||||||
Reference in New Issue
Block a user