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

Correction de bug de ose_formule.calculer_tout qui ne fonctionnait plus du tout!!

parent 6525302c
No related branches found
No related tags found
No related merge requests found
...@@ -25281,7 +25281,7 @@ END OSE_FORMULE;', ...@@ -25281,7 +25281,7 @@ END OSE_FORMULE;',
intervenant.id := null; intervenant.id := null;
LOAD_VH_FROM_BDD; LOAD_VH_FROM_BDD;
   
in_calculer_tout := false; in_calculer_tout := true;
i_id := all_volumes_horaires.FIRST; i_id := all_volumes_horaires.FIRST;
LOOP EXIT WHEN i_id IS NULL; LOOP EXIT WHEN i_id IS NULL;
CALCULER( i_id ); CALCULER( i_id );
...@@ -14114,7 +14114,7 @@ CREATE OR REPLACE PACKAGE BODY "OSE_FORMULE" AS ...@@ -14114,7 +14114,7 @@ CREATE OR REPLACE PACKAGE BODY "OSE_FORMULE" AS
intervenant.id := null; intervenant.id := null;
LOAD_VH_FROM_BDD; LOAD_VH_FROM_BDD;
   
in_calculer_tout := false; in_calculer_tout := true;
i_id := all_volumes_horaires.FIRST; i_id := all_volumes_horaires.FIRST;
LOOP EXIT WHEN i_id IS NULL; LOOP EXIT WHEN i_id IS NULL;
CALCULER( i_id ); CALCULER( i_id );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment