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

Update body.sql

parent 7e6c81eb
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,7 @@ CREATE OR REPLACE PACKAGE BODY FORMULE_REUNION AS
-- AM=SI(ET($D20="Oui";$H20<>"TP");$M20*$AD20*$K20;0)
WHEN c = 'AM' AND v >= 1 THEN
IF vh.service_statutaire AND vh.type_intervention_code <> 'TP' THEN
IF vh.service_statutaire AND COALESCE(vh.type_intervention_code,' ') <> 'TP' THEN
RETURN vh.heures * cell('AD',l) * vh.ponderation_service_du;
ELSE
RETURN 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment