This commit is contained in:
paoloar77
2024-05-21 01:19:56 +02:00
parent b08ba09c78
commit e44cec7aa3
2 changed files with 1 additions and 2 deletions

View File

@@ -262,7 +262,6 @@ function libriInPrevendita()
->where('DescrizioneFormato', 'brossura')
->where('DescrizioneTipologia', 'Libri')
->orderBy('DataPubblicazione', 'desc')
->limit(5)
->get();
$sep = ' | ';