Skip to content
Snippets Groups Projects
Commit 3da90de1 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files
(cherry picked from commit e097ce9d)
parent 5ea858c3
No related branches found
No related tags found
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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment