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