Skip to content
Snippets Groups Projects
Commit 7ce01438 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Merge remote-tracking branch 'origin/master'

parents b03c2607 9c754281
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