diff --git a/Controleur/ControleurAjaxchangerentiteportail.php b/Controleur/ControleurAjaxchangerentiteportail.php index b4dc1f0e..a66f2955 100755 --- a/Controleur/ControleurAjaxchangerentiteportail.php +++ b/Controleur/ControleurAjaxchangerentiteportail.php @@ -30,6 +30,8 @@ class ControleurAjaxchangerentiteportail extends Controleur { $actif = $this->societeuser->estActif($codeSociete); } + + $afficherLogoSociete = $this->societeuser->get_afficher_logo_societe($codeSociete); $this->genererVueAjax ( @@ -37,7 +39,8 @@ class ControleurAjaxchangerentiteportail extends Controleur { ( 'codeUtilisateur' => $codeUtilisateur, 'societeExiste' => $societeExiste, - 'actif' => $actif + 'actif' => $actif, + 'afficherLogoSociete' => $afficherLogoSociete, ) ); } diff --git a/Vue/Ajaxchangerentiteportail/english.php b/Vue/Ajaxchangerentiteportail/english.php index 4c3851b9..b19d86b6 100755 --- a/Vue/Ajaxchangerentiteportail/english.php +++ b/Vue/Ajaxchangerentiteportail/english.php @@ -1,3 +1,4 @@ + @@ -11,8 +12,7 @@