This commit is contained in:
paoloar77
2024-06-13 10:02:11 +02:00
parent 62d4d75201
commit d85ba67350

View File

@@ -266,7 +266,8 @@ function showOrdini()
if ($order->Descrizione) if ($order->Descrizione)
$str .= getvalstr("Descr", $order->Descrizione); $str .= getvalstr("Descr", $order->Descrizione);
$str .= $product; // $str .= $product;
$str .= $product->name;
$str .= '<br>'; $str .= '<br>';
} }