This commit is contained in:
paoloar77
2024-07-26 18:08:50 +02:00
parent 487c19b6b2
commit d148b92d1c

View File

@@ -556,6 +556,7 @@ function showOrdiniWeb()
$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("Prezzo", $order->PrezzoLordo);
$str .= getvalstr("IdSito", $order->IdSito, true);