From 3a38c0fb16de7eba6e92920f1e95023600be9745 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sun, 19 May 2024 16:39:53 +0200 Subject: [PATCH] t --- routes/web.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/routes/web.php b/routes/web.php index b184c0b9..2148b056 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6123,10 +6123,9 @@ Route::get('/aggiornapreorder/{idarticolo}/{aggiornapreordine}', function ($idar if ($variation) { echo "Aggiornato Preorder: [ParentId=" . $idprodotto . '] ProdId= ' . $product['id'] . ' ' . $variation['name'] . "
"; } + $variation->save(); // $log2 .= $article->Titolo . ' - ' . $article->DescrizioneTipologia . ' - ' . $article->DescrizioneFormato . ' - Articolo aggiornato - ' . $variation['permalink'] . "\n"; - $article->is_pre_order = true; - $article->save(); } } } else {