From 05e6e7113a2c5f843c621703f4817f5720961d8b Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sat, 15 Jun 2024 15:50:48 +0200 Subject: [PATCH] aa --- app/CustomFuncPao.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;