From d85ba67350315a81af6a1bacbed1838ce1b24a65 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 13 Jun 2024 10:02:11 +0200 Subject: [PATCH] aaa --- app/CustomFuncPao.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index a38aef13..fa712355 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -266,7 +266,8 @@ function showOrdini() if ($order->Descrizione) $str .= getvalstr("Descr", $order->Descrizione); - $str .= $product; + // $str .= $product; + $str .= $product->name; $str .= '
'; }