From ae2bb55f7cf6d8a73ce507c7400e24f8123ec6f5 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Fri, 27 Sep 2024 02:44:47 +0200 Subject: [PATCH] modifica ID 'FDV' + codice --- routes/web.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/routes/web.php b/routes/web.php index cb4ae411..95c4ec0a 100644 --- a/routes/web.php +++ b/routes/web.php @@ -2205,6 +2205,9 @@ Route::post('/updatecreate', function (Request $request) { $codClienteGM = ''; $order = new Order(); + // MODIFICA EFFETTUATA PER RICHIESTA DI ALICE: + $order->id = 'FDV' + $order->id; + if ($CodClienteInternet > 0) { $order->CodClienteInternet = $CodClienteInternet; $clienteinGM = getClienteByIdCodClienteInternet($CodClienteInternet);