Skip to content
Snippets Groups Projects
Commit 3cf79069 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction calcule workflow saisie données personnelles

parent ce3d1c25
No related branches found
No related tags found
1 merge request!55Ll bug report services
......@@ -427,7 +427,7 @@ CREATE OR REPLACE PACKAGE BODY OSE_WORKFLOW AS
1 objectif,
CASE
WHEN e.code = ''DONNEES_PERSO_SAISIE'' THEN
CASE WHEN d.dossier_id IS NULL THEN 0 ELSE 1 END
(d.completude_statut + d.completude_identite + d.completude_identite_comp + d.completude_contact + d.completude_adresse + d.completude_insee + d.completude_iban + d.completude_employeur) / 8
WHEN e.code = ''DONNEES_PERSO_VALIDATION'' THEN
CASE WHEN d.validation_id IS NULL THEN 0 ELSE 1 END
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment