Commit 2b94e417 by Julien Jorry

Fix flux error too many parameters

parent a33a83cb
......@@ -96,7 +96,7 @@ class FluxAdmin extends AbstractAdmin
$query
->select('SUM( ' . $query->getRootAlias() . '.montant) as total')
->where($query->getRootAlias().".parenttype = :type")
->andWhere($query->getRootAlias().".parenttype = :type")
->setParameter('type', 'transaction')
->setFirstResult(null)
->setMaxResults(null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment