modifica ID 'FDV' + codice
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user