This commit is contained in:
paoloar77
2024-06-13 09:15:49 +02:00
parent dfa1e73135
commit 46267efe74

View File

@@ -245,7 +245,7 @@ function showOrdini()
try { try {
$str = Schema::getColumnListing('orders'); $str = Schema::getColumnListing('Orderdetail');
/*$orders = Orderdetail::orderBy('Codice', 'desc') /*$orders = Orderdetail::orderBy('Codice', 'desc')
->take(10) ->take(10)