aa
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user