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

Corr formule ROUEN #47876

(cherry picked from commit e6e12cc7)
parent d2740855
No related branches found
No related tags found
No related merge requests found
......@@ -186,12 +186,12 @@ CREATE OR REPLACE PACKAGE BODY FORMULE_ROUEN AS
-- AA=IF([.$I20]="Référentiel";0;([.$AL20]+[.$AX20])*[.H20])
-- AA=IF([.$I20]="Référentiel";0;([.$AL20]+[.$AR20])*[.H20])
WHEN 'AA' THEN
IF vh.volume_horaire_ref_id IS NOT NULL THEN
RETURN 0;
ELSE
RETURN (cell('AL',l) + cell('AX',l)) * vh.taux_fc;
RETURN (cell('AL',l) + cell('AR',l)) * vh.taux_fc;
END IF;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment