Commit 3da90de1 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files
(cherry picked from commit e097ce9d)
parent 5ea858c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);