Commit 0e0b76c6 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

null value pour les témoins a distance et diplomante

parent 498f4ece
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ class OffreDeFormationEtape {
    {
        if ($this->diplomante === 'O') return true;
        if ($this->diplomante === 'N') return false;
        if ($this->aDistance === null) return false;
        return null;
    }

@@ -98,6 +99,7 @@ class OffreDeFormationEtape {
    {
        if ($this->aDistance === 'O') return true;
        if ($this->aDistance === 'N') return false;
        if ($this->aDistance === null) return false;
        return null;
    }