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