aa
This commit is contained in:
@@ -2255,11 +2255,13 @@ Route::post('/updatecreate', function (Request $request) {
|
||||
$cliente = null;
|
||||
|
||||
if ($myidInternet > 0) {
|
||||
$productLogger->addLog('', 'cerco Cliente su GM:' . $myidInternet);
|
||||
$clienteinGM = Clientegm::where('IdInternet', $myidInternet)->first();
|
||||
// write in the console the array "$clients"
|
||||
|
||||
if ($clienteinGM) {
|
||||
$productLogger->addLog('', 'Cliente su GM! ' . json_encode($clienteinGM) . 'con IdInternet=' . $myidInternet);
|
||||
$cliente = $clienteinGM;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user