This commit is contained in:
paoloar77
2024-07-18 15:22:58 +02:00
parent a55616318d
commit 7c4aa34315

View File

@@ -535,8 +535,9 @@ function setOrdine($idinternet, $mode)
$str .= '<br>Num Ordini:' . count($ordini);
if (!$ordergms->isEmpty()) {
$ordergm = $ordergms[0];
$str .= getarraystr($ordergm) . "<br>";
$str .= getarraystr($ordergms) . "<br>";
// $ordergm = $ordergms[0];
// $str .= getarraystr($ordergm) . "<br>";
}
if (!$ordini->isEmpty()) {