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

Merge branch 'b19' of https://git.unicaen.fr/open-source/OSE into b19

parents 08b755c4 7d90c543
Branches
Tags
No related merge requests found
......@@ -298,9 +298,9 @@ CREATE OR REPLACE PACKAGE BODY FORMULE_COTE_AZUR AS
-- AM=IF([.AM19]+[.AL20]>[.$AL$17];[.$AL$17];[.AM19]+[.AL20])
-- AM=IF(AND([.AM19]+[.AL20]>[.$AL$17];i_type_intervenant_code="P");[.$AL$17];[.AM19]+[.AL20])
WHEN 'AM' THEN
IF cell('AM',l-1) + cell('AL',l) > cell('AL17') THEN
IF cell('AM',l-1) + cell('AL',l) > cell('AL17') AND i.type_intervenant_code = 'P' THEN
RETURN cell('AL17');
ELSE
RETURN cell('AM',l-1) + cell('AL',l);
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment