From 24b77a2b99ad9f99146b2f8561d34a541901f11e Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 13 Jun 2024 10:03:33 +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 076fe3c8..5bf8dfce 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 .= '
'; }