Commit 96a6b2af by Julien Jorry

Fix order by raison prestataire dans Virement entre adherent et presta

parent 3e2b4a88
......@@ -118,6 +118,7 @@ class PrestataireRepository extends ServiceEntityRepository
}
return $qb
->orderBy('p.raison', 'ASC')
->getQuery()
->getResult()
;
......
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