aaa
This commit is contained in:
@@ -253,14 +253,13 @@ function showOrdini()
|
|||||||
|
|
||||||
// Show the fields of the orders
|
// Show the fields of the orders
|
||||||
foreach ($orders as $order) {
|
foreach ($orders as $order) {
|
||||||
$str .= "Ordine: ";
|
|
||||||
$str .= getvalstr("Codice", $order->Codice);
|
$str .= getvalstr("Codice", $order->Codice);
|
||||||
$str .= getvalstr("DataOra", $order->DataOra);
|
$str .= getvalstr("DataOra", $order->DataOra);
|
||||||
$str .= getvalstr("PrezzoLordo", $order->PrezzoLordo);
|
$str .= getvalstr("PrezzoLordo", $order->PrezzoLordo);
|
||||||
$str .= getvalstr("Descrizione", $order->Descrizione);
|
$str .= getvalstr("Descrizione", $order->Descrizione);
|
||||||
$str .= '<br>';
|
$str .= '<br>';
|
||||||
|
|
||||||
}*/
|
}
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
return "Errore: " . $e->getMessage();
|
return "Errore: " . $e->getMessage();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user