From 48130917c2af4202e58a82bed6d508a0d4da3b7b Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 13 Jun 2024 09:20:47 +0200 Subject: [PATCH] aaa --- app/CustomFuncPao.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 7fe36a32..91e6cdfd 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -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 .= '
'; - }*/ + } } catch (\Exception $e) { return "Errore: " . $e->getMessage(); }