This commit is contained in:
paoloar77
2024-06-13 09:13:40 +02:00
parent 04b485d19c
commit 758ff1fd1c

View File

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