From 852e9838e221694c5f57602a1c4494326c622274 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Wed, 18 Dec 2024 08:58:11 +0100 Subject: [PATCH] aa --- app/CustomFuncPao.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index dc04fff8..fcfc1f97 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -684,7 +684,7 @@ function showArticoliFatturatiWeb() try { $orders = ArticoliFatturati::orderBy('DataOra', 'desc') - ->take(10) + ->take(20) ->get(); $sep = ""; @@ -723,7 +723,7 @@ function showArticoliFatturatiWeb() $str .= getvalstr("", $order->DataOra); $str .= getvalstr("", $order->Stato); $str .= getvalstr("", $order->Note); - //$str .= getvalstr("", $titolo); + $str .= getvalstr("", $titolo); $str .= getvalstr("Ordine", $order->IdInternet, true) . " "; if ($order->PercSconto) $str .= getvalstr("Sconto", $order->PercSconto);