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 {
$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);