Ver código fonte

[backend] Rapport : correctif bug liste années

refactoring
Guillaume 4 anos atrás
pai
commit
63348dc065
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      backend/controllers/ReportController.php

+ 2
- 2
backend/controllers/ReportController.php Ver arquivo

@@ -81,10 +81,10 @@ class ReportController extends BackendController
// distributions
$firstDistribution = Distribution::searchOne([], [
'orderby' => 'id ASC'
'orderby' => 'date ASC'
]) ;
$lastDistribution = Distribution::searchOne([], [
'orderby' => 'id DESC'
'orderby' => 'date DESC'
]) ;
$firstYear = date('Y',strtotime($firstDistribution->date)) ;

Carregando…
Cancelar
Salvar