This commit is contained in:
paoloar77
2025-03-21 11:38:06 +01:00
parent eec81993e0
commit 538e703465

View File

@@ -276,7 +276,7 @@ class ArticleController extends Controller
) )
->where('DescrizioneStatoProdotto', 'In commercio') ->where('DescrizioneStatoProdotto', 'In commercio')
->where('DescrizioneTipologia', 'Libri') ->where('DescrizioneTipologia', 'Libri')
// ->orderBy('totVen', 'desc') ->orderBy('totVen', 'desc')
->get(); ->get();
if ($articoliVenduti->isEmpty()) { if ($articoliVenduti->isEmpty()) {