diff --git a/Controleur/ControleurModifierprestataire.php b/Controleur/ControleurModifierprestataire.php index e3d5fed8..a5ce7fd0 100644 --- a/Controleur/ControleurModifierprestataire.php +++ b/Controleur/ControleurModifierprestataire.php @@ -36,6 +36,7 @@ class ControleurModifierprestataire extends Controleur $this->tarifsoptique = new Tarifsoptiques(); $this->typedecompte = new Typedecompte(); $this->ouinonconvention = (new Ouinon())->getListe(); + $this->ouinonrdvPossible = (new Ouinon())->getListe(); $this->ouinongestionreseau = (new Ouinon())->getListe(); $this->banque = new Banque(); $this->langue = new Langue(); @@ -64,7 +65,8 @@ class ControleurModifierprestataire extends Controleur $this->genererVue(array('prestataire' => $prestataire, 'pays' => $pays, 'ville' => $ville, 'listelocalite' => $localite, 'typeprestataire' => $typeprestataire, 'reseausoins' => $reseausoins, 'tarifacte' => $tarifacte, 'banque' => $banque, 'tarifsmedicament' => $tarifsmedicament, 'tarifsoptique' => $tarifsoptique, 'typedecompte' => $typedecompte, - 'ouinonconvention' => $this->ouinonconvention, 'ouinongestionreseau' => $this->ouinongestionreseau, 'langue' => $langue)); + 'ouinonconvention' => $this->ouinonconvention, 'ouinongestionreseau' => $this->ouinongestionreseau, + 'langue' => $langue, 'ouinonrdvPossible' => $this->ouinonrdvPossible)); } diff --git a/Vue/Modifierprestataire/index.php b/Vue/Modifierprestataire/index.php index 71de332a..0d98e7cc 100644 --- a/Vue/Modifierprestataire/index.php +++ b/Vue/Modifierprestataire/index.php @@ -5,6 +5,7 @@ + @@ -105,10 +106,10 @@ - +
- +