From 479ec7ed34df6d182566a60d6644dc43e8f58d26 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sun, 19 May 2024 13:29:01 +0200 Subject: [PATCH] test --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 8269adf8..e1038335 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6104,7 +6104,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{aggiornapreordine}', function ($idar } }*/ - if ($aggiornapreordine) { + if ($aggiornapreordine === '1') { $data = []; $data['stock_quantity'] = '1000';