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 .= '
'; }