From 7c4aa3431544a15468757e717cf28da36aac3129 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 18 Jul 2024 15:22:58 +0200 Subject: [PATCH] aa --- app/CustomFuncPao.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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()) {