This commit is contained in:
paoloar77
2024-06-13 10:05:23 +02:00
parent 24b77a2b99
commit 41ac862eb6

View File

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