Commit 4105b7cf authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

6.0.9 (05/07/2024)

------------------

- [Fix] Interpréteur de formules Calc : of:== pris en compte comme un of:=
parent bf4b2a00
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
CHANGELOG
=========

6.0.9 (05/07/2024)
------------------

- [Fix] Interpréteur de formules Calc : of:== pris en compte comme un of:=

6.0.8 (04/07/2024)
------------------

+3 −0
Original line number Diff line number Diff line
@@ -60,6 +60,9 @@ class Formule
            if (str_starts_with($this->formule, 'of:=')) {
                $start = 4;
            }
            if (str_starts_with($this->formule, 'of:==')) {
                $start = 5;
            }

            for ($i = $start; $i < strlen($this->formule); $i++) {
                $this->terms[] = [