This commit is contained in:
paoloar77
2024-07-26 18:09:39 +02:00
parent d148b92d1c
commit 91e3cb9867

View File

@@ -504,6 +504,7 @@ function showOrdini()
$str .= getvalstr("", $order->DataOra);
$str .= getvalstr("", $titolo);
$str .= getvalstr("Ordine", $order->IdInternet, true) . " ";
$str .= getvalstr("Cod Cliente", $order->CodClienteInternet, true);
$str .= getvalstr("Articolo", $order->CodArticoloGM, true);
$str .= getvalstr("IdSito", $order->IdSito, true);
$str .= getvalstr("Prezzo", $order->PrezzoLordo);