Skip to content
Extraits de code Groupes Projets
Valider 75b9039c rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

refs #1816 make sure we get a date string and not an array of date strings in...

refs #1816 make sure we get a date string and not an array of date strings in case for instance when handling period=month
parent 9951b2ef
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -163,7 +163,7 @@ class ReportTotalsCalculator extends DataTableManipulator
$request['date'] = $period->getRangeString();
$request['period'] = 'range';
} else {
$request['date'] = $period->toString();
$request['date'] = $period->getDateStart()->toString();
$request['period'] = $period->getLabel();
}
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter