This commit is contained in:
paoloar77
2024-05-17 19:04:42 +02:00
parent 4efadb137f
commit 23f5fcd25c

View File

@@ -6058,8 +6058,7 @@ Route::get('/aggiornapreorder/{idarticolo}', function ($idarticolo) {
$product = Product::where('sku', $idarticolo)->first(); $product = Product::where('sku', $idarticolo)->first();
if ($product) { if ($product) {
dd($product);
echo 'Prodotto: ' . $product->id . ' - ' . $product->name . '<br>';
$aggiorna = false; $aggiorna = false;