Commit 662df53d authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Correction pb état de paiement #61568

parent b5fd5f65
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ FROM
        taux_conges_payes
    FROM (
      SELECT
        is_primes,
        periode_id,
        structure_id,
        structure_ids,
@@ -177,6 +178,7 @@ FROM
          LEFT JOIN taux_remu                tr ON tr.id = mis.taux_remu_id
       ) dep
      GROUP BY
        is_primes,
        periode_id,
        structure_id,
        structure_ids,