This commit is contained in:
paoloar77
2024-06-15 15:50:48 +02:00
parent bcd72f544e
commit 05e6e7113a

View File

@@ -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;