This commit is contained in:
paoloar77
2024-06-13 09:20:47 +02:00
parent f2f39b6ace
commit 48130917c2

View File

@@ -253,14 +253,13 @@ function showOrdini()
// Show the fields of the orders
foreach ($orders as $order) {
$str .= "Ordine: ";
$str .= getvalstr("Codice", $order->Codice);
$str .= getvalstr("DataOra", $order->DataOra);
$str .= getvalstr("PrezzoLordo", $order->PrezzoLordo);
$str .= getvalstr("Descrizione", $order->Descrizione);
$str .= '<br>';
}*/
}
} catch (\Exception $e) {
return "Errore: " . $e->getMessage();
}