tet
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user