aa
This commit is contained in:
@@ -239,7 +239,7 @@ function loadArticleByIdArticle($id, $checkprevendita = false)
|
||||
|
||||
function showOrdini()
|
||||
{
|
||||
$orders = Order::all();
|
||||
$orders = Order::orderBy('DataOra', 'desc')->take(20)->get();
|
||||
|
||||
$str = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user