diff --git a/routes/web.php b/routes/web.php index 95c4ec0a..7931f229 100644 --- a/routes/web.php +++ b/routes/web.php @@ -2205,8 +2205,8 @@ Route::post('/updatecreate', function (Request $request) { $codClienteGM = ''; $order = new Order(); - // MODIFICA EFFETTUATA PER RICHIESTA DI ALICE: - $order->id = 'FDV' + $order->id; + // MODIFICA EFFETTUATA PER RICHIESTA DI ALICE: NON FUNZIONA. ERRORE ! + // $order->id = 'FDV' + $order->id; if ($CodClienteInternet > 0) { $order->CodClienteInternet = $CodClienteInternet;