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

Nouvelle correction formule Lyon2

parent 02525d4b
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ CREATE OR REPLACE PACKAGE BODY FORMULE_LYON2 AS
-- O=SI(ET(L$54=0;HC_autorisees="Oui");L22-N22;0)
WHEN c = 'O' AND v >= 1 THEN
IF cell('L54') = 0 AND NOT i.depassement_service_du_sans_hc THEN
RETURN cell('L', l) * cell('M', l);
RETURN cell('L', l) - cell('N', l);
ELSE
RETURN 0;
END IF;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment