This commit is contained in:
paoloar77
2024-06-13 10:03:33 +02:00
parent d8b017f188
commit 24b77a2b99

View File

@@ -266,8 +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 .= $product->name;
$str .= '<br>'; $str .= '<br>';
} }