Skip to content
Snippets Groups Projects
Commit ef1eccbb authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Update body.sql

parent 25633d50
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,13 @@ CREATE OR REPLACE PACKAGE BODY "OSE_DIVERS" AS
END IF;
END IF;
-- Si aucune condition n'est réunie, on retourne comme avant, CAD 4/10
IF periode_id IS NULL THEN
-- on se trouve dans du référentiel ou dans un enseignement annuel, on utilise le ratio configuré
RETURN ose_parametre.get_pourc_s1_annee_civ;
ELSE
-- Sinon on retourne comme avant, CAD 4/10
RETURN 4/10;
END IF;
END;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment