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

Bug Lyon2 corrigé à nouveau

(cherry picked from commit 7f864a8e)
parent e654390a
Branches
Tags
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('L53') * cell('M', l);
RETURN cell('L', l) * cell('M', 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