diff --git a/app/Http/Controllers/ArticleController.php b/app/Http/Controllers/ArticleController.php index 9b30bcff..b7730884 100755 --- a/app/Http/Controllers/ArticleController.php +++ b/app/Http/Controllers/ArticleController.php @@ -354,10 +354,10 @@ class ArticleController extends Controller 'rank3M' => $articoloVenduto->rank3M, 'rank6M' => $articoloVenduto->rank6M, 'rank1Y' => $articoloVenduto->rank1Y, - 'vLastM' => $articoloVenduto->totVenUltimoMese, - 'vLast6M' => $articoloVenduto->totVenUltimi6Mesi, - 'vLastY' => $articoloVenduto->totVenUltimoAnno, - 'vLast2Y' => $articoloVenduto->totVenUltimi2Anni, + //'vLastM' => $articoloVenduto->totVenUltimoMese, + //'vLast6M' => $articoloVenduto->totVenUltimi6Mesi, + //'vLastY' => $articoloVenduto->totVenUltimoAnno, + //'vLast2Y' => $articoloVenduto->totVenUltimi2Anni, 'dataUltimoOrdine' => $articoloVenduto->ultimoOrdine, ]; });