diff --git a/routes/web.php b/routes/web.php index 7948d5c6..574871e2 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6206,8 +6206,8 @@ Route::get('/qtanegativa', function () { echo '[' . $ind . ']' . $sep . $mydatestr . $sep . $article->Id . $sep . $article->IdArticolo . $sep . $article->Titolo . $sep . $article->DescrizioneStatoProdotto . $sep . $article->DescrizioneFormato . '[Quantita = ' . $article->QtaDisponibile . ']
'; $prodotto = Product::where('sku', $sku); if ($prodotto) { - $label = $prodotto['_wpro_label_variable']; - echo " label=" . $label; + + showarray($prodotto); } $ind++;