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

Bug Lyon2 corrigé à nouveau

parent f5664ec9
No related branches found
No related tags found
1 merge request!55Ll bug report services
......@@ -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