test
This commit is contained in:
@@ -6206,6 +6206,7 @@ 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>';
|
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);
|
$prodotto = Product::where('sku', $sku);
|
||||||
if ($prodotto) {
|
if ($prodotto) {
|
||||||
|
dd($prodotto);
|
||||||
|
|
||||||
showarray($prodotto);
|
showarray($prodotto);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user