aaa
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user