This commit is contained in:
paoloar77
2024-12-18 08:58:11 +01:00
parent c74580af4b
commit 852e9838e2

View File

@@ -684,7 +684,7 @@ function showArticoliFatturatiWeb()
try { try {
$orders = ArticoliFatturati::orderBy('DataOra', 'desc') $orders = ArticoliFatturati::orderBy('DataOra', 'desc')
->take(10) ->take(20)
->get(); ->get();
$sep = ""; $sep = "";
@@ -723,7 +723,7 @@ function showArticoliFatturatiWeb()
$str .= getvalstr("", $order->DataOra); $str .= getvalstr("", $order->DataOra);
$str .= getvalstr("", $order->Stato); $str .= getvalstr("", $order->Stato);
$str .= getvalstr("", $order->Note); $str .= getvalstr("", $order->Note);
//$str .= getvalstr("", $titolo); $str .= getvalstr("", $titolo);
$str .= getvalstr("Ordine", $order->IdInternet, true) . " "; $str .= getvalstr("Ordine", $order->IdInternet, true) . " ";
if ($order->PercSconto) if ($order->PercSconto)
$str .= getvalstr("Sconto", $order->PercSconto); $str .= getvalstr("Sconto", $order->PercSconto);