From 4fd4a46a096902d1d15fe8d745505f5b98cce37c Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sat, 18 May 2024 17:51:25 +0200 Subject: [PATCH] t --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 9b8649a6..2dec067a 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6081,7 +6081,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po echo "Variazioni:"; - $variations = Variation::where('sku', $idarticolo)->first(); + $variations = Variation::where('sku', $product_id)->first(); showarray($variations); } else {