aa
This commit is contained in:
@@ -552,7 +552,7 @@ function setOrdine($idinternet, $mode)
|
||||
|
||||
$ordergm = AppOrder::where('IdInternet', $idinternet)->first();
|
||||
|
||||
if (!$ordergm->isEmpty()) {
|
||||
if ($ordergm) {
|
||||
$str .= getarraystr($ordergm) . "<br>";
|
||||
// $ordergm = $ordergms[0];
|
||||
// $str .= getarraystr($ordergm) . "<br>";
|
||||
|
||||
Reference in New Issue
Block a user