diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index b7a4ee29..a9201067 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -226,9 +226,9 @@ function loadArticleByIdArticle($id, $checkprevendita = false) $ris = 'Articles:' . PHP_EOL; $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); return $ris;