This commit is contained in:
paoloar77
2024-05-18 19:06:46 +02:00
parent 627b50038e
commit a62b8ff112

View File

@@ -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 . '] <br>';
$prodotto = Product::where('sku', $sku);
if ($prodotto) {
$label = $prodotto['_wpro_label_variable'];
echo " label=" . $label;
showarray($prodotto);
}
$ind++;