Commit 4dfa74d6 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction libellé congés payés dans export paie

parent 47fcb538
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -226,8 +226,8 @@ FROM (
			ROUND(p.montant,2)  								  	 			  									montant,
            p.taux_conges_payes																			   			taux_conges_payes,
            COALESCE(p.unite_budgetaire, '') || ' ' ||
            LPAD(TO_CHAR(TO_NUMBER(TO_CHAR(date_mise_en_paiement, 'YY'))), 2, '0')	 || '-' ||
            LPAD(TO_CHAR(TO_NUMBER(TO_CHAR(date_mise_en_paiement, 'YY')) + 1), 2, '0')						 		libelle,
            SUBSTR(TO_CHAR(TO_NUMBER(i.annee_id)), -2) || '-' ||
            SUBSTR(TO_CHAR(TO_NUMBER(i.annee_id) + 1), -2)						 		libelle,
            si.code_indemnite																				   		code_indemnite,
            si.type_paie																					   		type_paie,
            si.code_indemnite_prime																			   		code_indemnite_prime,