From bcd72f544e2851d17e719b97a46153272141fd82 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sat, 15 Jun 2024 15:49:57 +0200 Subject: [PATCH] aa --- app/CustomFuncPao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 4205ad53..b7a4ee29 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -224,7 +224,7 @@ function loadArticleByIdArticle($id, $checkprevendita = false) } $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();