From 9ae2cb94892325221e3fe21e63b4a15ab2de9acc Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Tue, 15 Apr 2025 13:05:28 +0200 Subject: [PATCH] aa --- app/Http/Controllers/ArticleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/ArticleController.php b/app/Http/Controllers/ArticleController.php index 2be5319a..b0200150 100755 --- a/app/Http/Controllers/ArticleController.php +++ b/app/Http/Controllers/ArticleController.php @@ -275,7 +275,7 @@ class ArticleController extends Controller DB::raw('COALESCE(u.totFat, 0) as totFat'), DB::raw('COALESCE(p.venduti3mesi, 0) as venduti3mesi'), DB::raw('COALESCE(t.fat3mesi, 0) as fat3mesi'), - DB::raw('COALESCE(t.fat6mesi, 0) as fat6mesi'), + DB::raw('COALESCE(t2.fat6mesi, 0) as fat6mesi'), DB::raw('COALESCE(p.rank3M, 0) as rank3M'), DB::raw('COALESCE(t.fatrank3M, 0) as fatrank3M'), DB::raw('COALESCE(t2.fatrank6M, 0) as fatrank6M'),