From eea736eaf26612a18482165d815a746a9d427549 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Fri, 27 Sep 2024 02:54:55 +0200 Subject: [PATCH] rimesso come prima --- routes/web.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;