diff --git a/routes/web.php b/routes/web.php index 8c05e07b..4ebbdbee 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6101,7 +6101,6 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po $preordine = true; $data = []; - $data['_is_pre_order'] = 'true'; $data['stock_quantity'] = '1000'; $idprodotto = $product['parent_id'];