diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 99427300..4ac32930 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -535,8 +535,9 @@ function setOrdine($idinternet, $mode) $str .= '
Num Ordini:' . count($ordini); if (!$ordergms->isEmpty()) { - $ordergm = $ordergms[0]; - $str .= getarraystr($ordergm) . "
"; + $str .= getarraystr($ordergms) . "
"; + // $ordergm = $ordergms[0]; + // $str .= getarraystr($ordergm) . "
"; } if (!$ordini->isEmpty()) {