diff --git a/routes/web.php b/routes/web.php index 0e41d2e9..75359d62 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6088,6 +6088,8 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po if ($preorder) { echo "PREORDER: " . $preorder; + } else { + echo "NO PREORDER: " . $preorder; } echo "
";