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

#39644

(cherry picked from commit e097ce9d)
parent 5ea858c3
Branches b15
Tags 15.7
No related merge requests found
......@@ -282,7 +282,7 @@ CREATE OR REPLACE PACKAGE BODY FORMULE_ARTOIS AS
-- AI=(AF20-AH20)/AD20
WHEN c = 'AI' AND v >= 1 THEN
RETURN cell('AF',l) - cell('AH',l);
RETURN (cell('AF',l) - cell('AH',l)) / cell('AD', l);
......@@ -384,4 +384,4 @@ CREATE OR REPLACE PACKAGE BODY FORMULE_ARTOIS AS
ordre';
END;
END FORMULE_ARTOIS;
\ No newline at end of file
END FORMULE_ARTOIS;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment