Commit 143e84f7 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction ordre d'affichage des PJ pour l'intervenant comme paramétré dans...

Correction ordre d'affichage des PJ pour l'intervenant comme paramétré dans l'adminstration (Ticket #34324)
parent c991aba3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ class PieceJointeService extends AbstractEntityService
          JOIN pjd.typePieceJointe tpj
        WHERE
          pjd.intervenant = :intervenant
        ORDER BY tpj.ordre ASC  
        ";
        $lpjd = $this->getEntityManager()->createQuery($dql)->setParameters([
            'intervenant' => $intervenant,