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

Update body.sql

parent f4397e24
Branches
Tags
No related merge requests found
......@@ -1096,8 +1096,8 @@ CREATE OR REPLACE PACKAGE BODY FORMULE_UNICAEN AS
PROCEDURE CALCUL_RESULTAT IS
BEGIN
-- si l'année est antérieure à 2020/2021 alors on utilise la V2!!
IF ose_formule.intervenant.annee_id < 2020 THEN
-- si l'année est antérieure à 2021/2022 alors on utilise la V2!!
IF ose_formule.intervenant.annee_id < 2021 THEN
FORMULE_UNICAEN_2016.CALCUL_RESULTAT;
RETURN;
END IF;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment