aa
This commit is contained in:
@@ -2172,9 +2172,9 @@ function updateCreate($request) {
|
||||
$productLogger->addLog('', 'updatecreate: ARRIVATO ORDINE ' . $request->payment_method . ' ' . $request->status);
|
||||
|
||||
$myidInternet = (int) $request->id;
|
||||
$CodClienteInternet = $request->customer_id;
|
||||
$CodClienteInternet = (int) $request->customer_id;
|
||||
|
||||
if ($myidInternet > 0) {
|
||||
if ($CodClienteInternet > 0) {
|
||||
$clienteinGM = getClienteByIdCodClienteInternet($CodClienteInternet);
|
||||
if ($clienteinGM) {
|
||||
$productLogger->addLog('', 'clienteinGM: ' . json_encode($clienteinGM));
|
||||
|
||||
Reference in New Issue
Block a user