From 41ac862eb60e34efe8509fcbb956dd514e2d8758 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 13 Jun 2024 10:05:23 +0200 Subject: [PATCH] aa --- app/CustomFuncPao.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 5bf8dfce..347d1dbe 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -266,8 +266,8 @@ function showOrdini() if ($order->Descrizione) $str .= getvalstr("Descr", $order->Descrizione); - $str .= $product; - // $str .= $product->name; + //$str .= $product; + $str .= $product['name']; $str .= '
'; }